mocha-engine / mocha

Mocha: A work-in-progress 3D game engine
GNU Lesser General Public License v3.0
53 stars 7 forks source link

Fix release build #11

Closed peter-r-g closed 1 year ago

peter-r-g commented 1 year ago

Currently, the release build of Mocha fails because uninitialized memory is used. This PR fixes that by just doing a simple initialization on the offending structs.

xezno commented 1 year ago

LGTM, merging. Thanks Gooman :D