Switched to Arial font to match font used in the original game.

This commit is contained in:
Justin Marshall
2020-06-14 10:03:36 -07:00
parent e8c09e7b36
commit 26845809da
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ void Create_Main_Window ( HANDLE instance , int command_show , int width , int h
ImGui_ImplSDL2_InitForD3D(game_window);
ImGui_ImplOpenGL3_Init();
io.Fonts->AddFontFromFileTTF("fonts/Roboto-Medium.ttf", 16.0f);
io.Fonts->AddFontFromFileTTF("fonts/Arial.ttf", 16.0f);
ImGui_NewFrame();
}