ScottGarryFoster / SuperGameEngine

SuperGameEngine (SGE) is my project to explore programming in C++ by creating a 2D Engine in SDL2.
https://docs.supergameengine.com
Other
1 stars 0 forks source link

Controllers do not work in Release #84

Open ScottGarryFoster opened 4 months ago

ScottGarryFoster commented 4 months ago

When building in release with packages controllers do not work.

Likely in ControllerLayoutCollection it is attempting to load the files but they are obviously not extracted.