- bugfixes to get win32 working with fbo's

This commit is contained in:
Mark Vejvoda
2011-02-08 16:34:19 +00:00
parent a2b9ca9e18
commit 1ee25a2c91
3 changed files with 36 additions and 11 deletions

View File

@@ -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();
}