DarkRadiant: master df77057d

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 14.04.2021 19:49 master 7e7a6fcd
Changeset Show error dialog if a shader fails to compile

GLProgramFactory::assertShaderCompiled() was already throwing an exception if a
shader failed to compile, however nothing was actually catching this exception
to display to the user, resulting in the application crashing due to an
uncaught exception in a wxWidgets event handler.
mod - libs/wxutil/dialog/MessageBox.h Diff File
mod - radiant/camera/CameraSettings.cpp Diff File