jakowskidev / uMario_Jakowski

uMario C++/SDL2 Game by Łykasz Jakowski
GNU General Public License v2.0
791 stars 248 forks source link

Segmentation fault #12

Open qbancoffee opened 5 years ago

qbancoffee commented 5 years ago

There are occasional segmentation faults when jumping and throwing fireballs as fire mario. This is reproducible on level 3-1 after climbing the vine. If fire mario is simultaneously jumping , throwing fireballs, and collecting coins while on the moving cloud platform, there will eventually be a segmentation fault.

I have made a pull request with a fix for this.