• Erwan Tulou's avatar
    skins2: ensure the new SubX default skins doesn't crash on exit · f7e0923d
    Erwan Tulou authored
    SubX crashed on both Linux and Windows in a set::erase call (STL) when releasing C++ objects. Swapping two loops solved it. (the second loop was referencing variables released in the first loop). This makes SubX terminate nicely, but doesn't solve all crashes for skins2. (more cleanup to do)
    f7e0923d
var_manager.cpp 3.62 KB