diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/test.cpp b/example/test.cpp index b09e6ec..7759dae 100644 --- a/example/test.cpp +++ b/example/test.cpp @@ -33,7 +33,7 @@ public: drawPoint('Q', _pos, true, _COL_YELLOW); } - virtual bool onCollisionActive(unsigned int _hit, int _passiveObject){ + virtual bool onCollisionActive(sPos _hit, int _passiveObject){ kc++; drawText(std::to_string(kc), {0,0}, _COL_RED); return true; |