Cleanup code

This commit is contained in:
antopilo
2025-04-21 11:36:34 -04:00
parent 85062d4de5
commit 163c3887ac

View File

@@ -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();