mmortatti / pico8-emulator

MIT License
27 stars 3 forks source link

fixed bug where calling music() outside the main game loops would crash #115

Closed matheusmortatti closed 4 years ago

matheusmortatti commented 4 years ago

loading the pico8 lua script happened before the OnCartridgeLoad calls, causing some uninitialized API calls to crash if called outside the main game loop.