summaryrefslogtreecommitdiffhomepage
path: root/editor/camera.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-24 22:55:06 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-24 22:55:06 +0200
commit9076ef2ee672877bbf339d5ca8db182445f127f7 (patch)
treeb1c2c8a379e864867f8ad3878fc81d9f06fa1bda /editor/camera.cpp
parent27a04888cfeca3d3db127744dde60b67fe497b94 (diff)
a
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