diff --git a/Editor/Source/Editor/Windows/LoadingSplash.cpp b/Editor/Source/Editor/Windows/LoadingSplash.cpp index e8d71556..78dd6a7f 100644 --- a/Editor/Source/Editor/Windows/LoadingSplash.cpp +++ b/Editor/Source/Editor/Windows/LoadingSplash.cpp @@ -47,7 +47,6 @@ void LoadingSplash::Draw(const std::string& project) } ImGui::SetCursorPosX(8.0f); ImGui::TextColored({ 1.0, 1.0, 1.0, 0.5 }, project.c_str()); - //ImGui::Text(project.c_str()); } ImGui::End();