Correct asset reference for fonts

This commit is contained in:
2015-12-14 14:53:57 +01:00
parent 797036c204
commit 7719274a37
2 changed files with 3 additions and 3 deletions
+1 -1
Submodule assets updated: 5874ddf376...95823e122a
+2 -2
View File
@@ -288,8 +288,8 @@ bool ImGuiRenderPass::createFontsTexture()
ImGuiIO& io = ImGui::GetIO();
io.Fonts->AddFontFromFileTTF("Fonts/DroidSans.ttf", 13.f);
io.Fonts->AddFontFromFileTTF("Fonts/ProggyClean.ttf", 13.f);
io.Fonts->AddFontFromFileTTF("Fonts/ProggyTiny.ttf", 10.f);
//io.Fonts->AddFontFromFileTTF("Fonts/ProggyClean.ttf", 13.f);
//io.Fonts->AddFontFromFileTTF("Fonts/ProggyTiny.ttf", 10.f);
//io.Fonts->AddFontFromFileTTF("Fonts/Karla-Regular.ttf", 15.0f);
unsigned char* pixels;