aboutsummaryrefslogtreecommitdiff
path: root/src/test/InputTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/InputTest.cpp')
-rw-r--r--src/test/InputTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/InputTest.cpp b/src/test/InputTest.cpp
index 25a1eeb..7cff34b 100644
--- a/src/test/InputTest.cpp
+++ b/src/test/InputTest.cpp
@@ -38,6 +38,7 @@ public:
//GameObject camera;
int offset_x = 100;
int offset_y = 200;
+
protected:
void SetUp() override {
GameObject obj = mgr.new_object("camera", "camera", vec2{offset_x, offset_y}, 0, 1);