summaryrefslogtreecommitdiff
path: root/kurator/src/Camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'kurator/src/Camera.h')
-rw-r--r--kurator/src/Camera.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kurator/src/Camera.h b/kurator/src/Camera.h
index b6ca7d1..6056c7a 100644
--- a/kurator/src/Camera.h
+++ b/kurator/src/Camera.h
@@ -1,6 +1,6 @@
#pragma once
-#include <kurator/sim/Point.h>
+#include <kurator/engine/Point.h>
namespace kurator
@@ -9,7 +9,7 @@ namespace kurator
struct Camera
{
- sim::Point offset = {};
+ engine::Point offset = {};
double scale = 1.0;
};