BenEklundCS / The-Land-of-Boars

A platformer game in C++ and Raylib!
1 stars 0 forks source link

SIGSEV on exit #15

Closed BenEklundCS closed 3 weeks ago

BenEklundCS commented 3 weeks ago

Likely from Engine.cpp refactor when screens were added, not sure how this slipped...

Need to troubleshoot and remove so graceful exit on escape is guaranteed.

BenEklundCS commented 3 weeks ago

https://github.com/BenEklundCS/The-Land-of-Boars/commit/2c730f449c15ce0ca934bb459404db46f1578c0c

Fixed here.