fix font path

This commit is contained in:
chatlanin 2025-01-13 23:48:53 +03:00
parent 2d6decc664
commit cc0f2b6f62

View File

@ -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";
}