diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 12:12:17 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 12:12:17 +0100 |
commit | 98828008e9e1e3b94f1f882b266ef5d5c2180b9f (patch) | |
tree | ef6d11fb99c99f9f7ded2ce290ef65a8b5a60389 /src/test/Profiling.cpp | |
parent | 721262b488bcb67d5f19583c4a523d6ad1b54354 (diff) |
uhhhhh
Diffstat (limited to 'src/test/Profiling.cpp')
-rw-r--r-- | src/test/Profiling.cpp | 3 |
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, }); |