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