change font path

This commit is contained in:
milek7
2018-10-11 15:29:53 +02:00
parent 52c8b40f88
commit 933bc95129

View File

@@ -102,7 +102,7 @@ ui_layer::init( GLFWwindow *Window ) {
IMGUI_CHECKVERSION();
ImGui::CreateContext();
m_imguiio = &ImGui::GetIO();
m_imguiio->Fonts->AddFontFromFileTTF("DejaVuSansMono.ttf", 13.0f);
m_imguiio->Fonts->AddFontFromFileTTF("fonts/dejavusansmono.ttf", 13.0f);
ImGui::StyleColorsClassic();
ImGui_ImplGlfw_InitForOpenGL(m_window);