mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Merge pull request #73 from WiggleWizard/fix/buildoptimizations
Enabled multithreaded compilation and fixed some build warnings
This commit is contained in:
@@ -77,7 +77,7 @@ void EditorSelectionPanel::Draw(EditorSelection selection)
|
||||
ImGui::SetCursorPosX((windowWidth - textWidth) * 0.5f);
|
||||
ImGui::SetCursorPosY((windowHeight - textHeight) * 0.5f);
|
||||
|
||||
ImGui::TextColored({1, 0.1, 0.1, 1.0}, text.c_str());
|
||||
ImGui::TextColored({1.f, 0.1f, 0.1f, 1.0f}, text.c_str());
|
||||
}
|
||||
|
||||
DrawFile(selection.File);
|
||||
|
||||
Reference in New Issue
Block a user