aboutsummaryrefslogtreecommitdiff
path: root/src/test/Profiling.cpp
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-01 22:07:05 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-01 22:07:05 +0100
commit7566fa3d50093935315598aabcb0dc0a9e7cca57 (patch)
tree37f2a8be5f5a68b6951e8e1f29f0eeca8b8a1d5c /src/test/Profiling.cpp
parente8c83a6a4421ae81215cf8bd6393b0ff014f147e (diff)
removed struct and renamed structs
Diffstat (limited to 'src/test/Profiling.cpp')
-rw-r--r--src/test/Profiling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp
index 2b03102..2549c57 100644
--- a/src/test/Profiling.cpp
+++ b/src/test/Profiling.cpp
@@ -36,7 +36,7 @@ List of test cases with component settings/details
class TestScript : public Script {
bool oncollision(const CollisionEvent& test) {
- Log::logf("Box {} script on_collision()", test.info.first.collider.game_object_id);
+ Log::logf("Box {} script on_collision()", test.info.first_collider.game_object_id);
return true;
}
void init() {