Mario: reflect fixed sdlpp collisions
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
}
|
||||
|
||||
bool canBounce() {
|
||||
return hits <= 2;
|
||||
return hits < 2;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user