fix font path
This commit is contained in:
parent
2d6decc664
commit
cc0f2b6f62
@ -6,6 +6,6 @@ namespace VE::var
|
||||
{
|
||||
// HERE
|
||||
// эту порнографию с путями нужно решить
|
||||
inline const std::string FONT_PATH = "/mnt/raid/projects/vertex_engine/src/gui/style/fonts";
|
||||
inline const std::string FONT_PATH = "/mnt/raid/projects/vertex_engine/vertex_engine/src/gui/style/fonts";
|
||||
inline const std::string ICONS_PATH = FONT_PATH + "/FontAwesome/forkawesome-webfont.ttf";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user