aboutsummaryrefslogtreecommitdiff
path: root/src/test/Profiling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/Profiling.cpp')
-rw-r--r--src/test/Profiling.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp
index 7dbf110..45f6d4c 100644
--- a/src/test/Profiling.cpp
+++ b/src/test/Profiling.cpp
@@ -75,8 +75,7 @@ public:
void SetUp() override {
GameObject do_not_use = mgr.new_object("DO_NOT_USE", "", {0, 0});
- do_not_use.add_component<Camera>(ivec2{1080, 720}, vec2{2000, 2000},
- Camera::Data{
+ do_not_use.add_component<Camera>(vec2{2000, 2000}, Camera::Data{
.bg_color = Color::WHITE,
.zoom = 1.0f,
});