summaryrefslogtreecommitdiffhomepage
path: root/editor/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/camera.cpp')
-rw-r--r--editor/camera.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/camera.cpp b/editor/camera.cpp
index 7e9d4870..529f55e9 100644
--- a/editor/camera.cpp
+++ b/editor/camera.cpp
@@ -37,7 +37,6 @@ void app::do_camera(float dt)
camera_offset[0] = std::clamp(camera_offset[0], -max_camera_offset[0], max_camera_offset[0]);
camera_offset[1] = std::clamp(camera_offset[1], -max_camera_offset[1], max_camera_offset[1]);
- Debug{} << "camera" << camera_offset;
shader.set_camera_offset(camera_offset);
}
else