Warzone2100 / WMIT

Warzone Model Import Tool - for use with Warzone 2100
GNU General Public License v3.0
16 stars 11 forks source link

Prevent crash on exit (on macOS) #9

Closed past-due closed 5 years ago

past-due commented 5 years ago

The QWZM model must be destructed after all of MainWindow's children, otherwise there may be a crash within QtGLView::~QtGLView().

Simple workaround to ensure destruction order.