From cc0f2b6f62c519a5f41e385786de494b080769e6 Mon Sep 17 00:00:00 2001 From: chatlanin Date: Mon, 13 Jan 2025 23:48:53 +0300 Subject: [PATCH] fix font path --- src/utils/var.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/var.hpp b/src/utils/var.hpp index b407a71..fe7e376 100644 --- a/src/utils/var.hpp +++ b/src/utils/var.hpp @@ -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"; }