]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/main.cpp
fixed linux-only crash when error message handler causes an error
[xonotic/netradiant.git] / radiant / main.cpp
index 329d3e90701cb36ca4bc92b845184150db636795..a1e39bad6833d61b74e83b43d745e3d612fb4655 100644 (file)
@@ -299,10 +299,9 @@ public:
       m_buffer << "Please report this error to the developers\n";
       gtk_MessageBox(0, m_buffer.c_str(), "Radiant - Runtime Error", eMB_OK, eMB_ICONERROR);
       m_buffer.clear();
-      return true;
 #endif
     }
-    return false;
+    return true;
   }
 };