Mario: reflect fixed sdlpp collisions

This commit is contained in:
2021-05-27 18:09:58 +02:00
parent db338fd544
commit af3588501a
+1 -1
View File
@@ -98,7 +98,7 @@ public:
}
bool canBounce() {
return hits <= 2;
return hits < 2;
}
private: