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, 1 insertions, 0 deletions
diff --git a/editor/camera.cpp b/editor/camera.cpp
index ecbeafc1..b19acdd5 100644
--- a/editor/camera.cpp
+++ b/editor/camera.cpp
@@ -37,6 +37,7 @@ 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