mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- updated error handling to be more flexible so we can display better error details (like bad tga file, etc)
This commit is contained in:
@@ -34,7 +34,7 @@ protected:
|
||||
public:
|
||||
megaglest_runtime_error(const string& __arg,bool noStackTrace=false);
|
||||
|
||||
bool wantStackTrace() const { return noStackTrace; }
|
||||
bool wantStackTrace() const { return !noStackTrace; }
|
||||
};
|
||||
|
||||
#ifndef WIN32
|
||||
|
Reference in New Issue
Block a user