summaryrefslogtreecommitdiffhomepage
path: root/editor/camera.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-28 09:52:39 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-29 11:49:19 +0200
commit142af4f233cb5eb0b17689226c586b48509f0474 (patch)
tree5da9322ab1f54753917829bd4104f322fdfce11e /editor/camera.cpp
parentc3d79fdf679a749d961719ad662b9f46b0f26ec1 (diff)
split off common code in main draw loop
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 72b90cc2..14618d5b 100644
--- a/editor/camera.cpp
+++ b/editor/camera.cpp
@@ -3,6 +3,7 @@
#include "src/global-coords.hpp"
#include "shaders/shader.hpp"
#include "floormat/main.hpp"
+#include "floormat/draw-bounds.hpp"
#include "src/RTree-search.hpp"
#include "src/object.hpp"
#include "src/world.hpp"