diff options
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp index 39f1b9fe..ab9cb7ee 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -12,7 +12,7 @@ #include <Magnum/Math/Color.h> #include <Magnum/Math/Vector3.h> #include <Magnum/GL/Renderer.h> -#include "src/RTree.hpp" +#include "src/RTree-search.hpp" namespace floormat { |