mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-11 23:50:51 +02:00
Switched to Arial font to match font used in the original game.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user