Caused by Root::shutdown not checking initialization state:
With the code above, calling Root::shutdown twice (or calling shutdown followed by Root::~Root) can lead to double deletes and the error in SceneManagerEnumerator::shutdownAll seen above. AFAIK it should be solved by a simple
at the beginning of the function.
Environment
None
Activity
Tim Rakowski
August 8, 2017 at 7:42 PM
whoa ... sry for the spam. I wasn't aware that each edit would result in a mail update
Caused by Root::shutdown not checking initialization state:
With the code above, calling Root::shutdown twice (or calling shutdown followed by Root::~Root) can lead to double deletes and the error in SceneManagerEnumerator::shutdownAll seen above. AFAIK it should be solved by a simple
at the beginning of the function.