sdlada
sdlada copied to clipboard
Fails at program exit on macOS
It looks like Enable_Audio has to be part of SDL.Initialise call otherwise app crashed in various ways at shutdown.
The Initialise function already passes all the flags and Enable_Audio is already part of that, this is the default function argument if you pass nothing.