]> gitweb.ps.run Git - subsurface_scattering/blobdiff - src/main.cpp
fix build.sh
[subsurface_scattering] / src / main.cpp
index 1440f04b543b9cfb813f95a39b07034b14a97d1b..b95cc972121437ecb2a77ce573129ff41b72450b 100644 (file)
@@ -389,7 +389,7 @@ int main() {
 \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
@@ -413,4 +413,4 @@ int main() {
   }\r
 \r
   return 0;\r
-}
\ No newline at end of file
+}\r