Mario: reflect fixed sdlpp collisions

This commit is contained in:
zvon 2021-05-27 18:09:58 +02:00
parent db338fd544
commit af3588501a

View File

@ -98,7 +98,7 @@ public:
} }
bool canBounce() { bool canBounce() {
return hits <= 2; return hits < 2;
} }
private: private: