mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
- bugfixes to get win32 working with fbo's
This commit is contained in:
@@ -111,6 +111,7 @@ bool SimpleTaskThread::canShutdown(bool deleteSelfIfShutdownDelayed) {
|
||||
}
|
||||
|
||||
void SimpleTaskThread::execute() {
|
||||
{
|
||||
{
|
||||
RunningStatusSafeWrapper runningStatus(this);
|
||||
try {
|
||||
@@ -173,7 +174,7 @@ void SimpleTaskThread::execute() {
|
||||
}
|
||||
}
|
||||
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] uniqueID [%s] END\n",__FILE__,__FUNCTION__,__LINE__,this->getUniqueID().c_str());
|
||||
|
||||
}
|
||||
deleteSelfIfRequired();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user