summaryrefslogtreecommitdiff
path: root/example/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/test.cpp')
-rw-r--r--example/test.cpp2
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;