\r
ImGui::Begin("Options");\r
ImGui::Checkbox("Wireframe", &options.wireframe);\r
- ImGui::Checkbox("Free Cam (F)", &options.freecam);\r
+ ImGui::Checkbox("Free Cam", &options.freecam);\r
if (options.freecam) {\r
ImGui::LabelText("Position", "%f %f %f", freeCam.pos.x, freeCam.pos.y, freeCam.pos.z);\r
ImGui::LabelText("Rotation", "%f %f", freeCam.rot.x, freeCam.rot.y);\r
}\r
\r
return 0;\r
-}
\ No newline at end of file
+}\r