SqAtx / SuperMarioWorld

An amazing 2D Mario game made with C++ and SFML
GNU General Public License v2.0
18 stars 11 forks source link

Mario can get stuck when he turns #3

Closed SqAtx closed 9 years ago

SqAtx commented 9 years ago

Go left, then change direction: sometimes Mario's acceleration stays at 0 for a bit, and he gets stuck during that time.

Happens when you go left, press right just before releasing left

SqAtx commented 9 years ago

Fixed.