diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 22:55:06 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 22:55:06 +0200 |
| commit | 9076ef2ee672877bbf339d5ca8db182445f127f7 (patch) | |
| tree | b1c2c8a379e864867f8ad3878fc81d9f06fa1bda /editor/camera.cpp | |
| parent | 27a04888cfeca3d3db127744dde60b67fe497b94 (diff) | |
a
Diffstat (limited to 'editor/camera.cpp')
| -rw-r--r-- | editor/camera.cpp | 1 |
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 |
