sdlada icon indicating copy to clipboard operation
sdlada copied to clipboard

Fails at program exit on macOS

Open jquorning opened this issue 4 years ago • 1 comments

It looks like Enable_Audio has to be part of SDL.Initialise call otherwise app crashed in various ways at shutdown.

jquorning avatar Jun 29 '20 05:06 jquorning

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.

Lucretia avatar Jun 29 '20 11:06 Lucretia