Closed JJJohan closed 8 years ago
Engine remains running when exit is requested, only in release mode. Possibly an unitialised variable is the cause.
Turns out that release builds performed aggressive optimization on the CommandQueue task loops. Making the exit flag volatile fixed the issue.
Engine remains running when exit is requested, only in release mode. Possibly an unitialised variable is the cause.