Removed extra float in vertex

This commit is contained in:
Antoine Pilote
2023-07-26 15:46:20 -04:00
parent 4cdaaacecb
commit afb06e382f
7 changed files with 28 additions and 35 deletions

View File

@@ -260,7 +260,6 @@ namespace Nuake
{
ImGui::CreateContext();
ImGuiIO& io = ImGui::GetIO(); (void)io;
//io.Fonts->AddFontDefault();
io.Fonts->AddFontFromFileTTF("resources/Fonts/OpenSans-Regular.ttf", 16.0);
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;