compiles on robins computer :)

This commit is contained in:
Robin
2025-01-18 20:24:15 +01:00
parent db1b1a60ca
commit c65af95a66
9 changed files with 46 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ void Widget::tick(double fps) {
this->renderOnce = true;
}
sprintf(this->fps, "%.3f fps\n", fps);
ImGui::Text(this->fps);
ImGui::Text("%s", this->fps);
ImGui::End();
ImGui::Begin("Camera Controls");