Remove _IRR_DEBUG_BREAK_IF in checkFBOStatus to properly proceed without an RTT even in debug mode.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3657 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2011-04-22 13:18:11 +00:00
parent ad3f87b9a9
commit 1f5b75b0a5
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ bool checkFBOStatus(COpenGLDriver* Driver)
}
#endif
os::Printer::log("FBO error", ELL_ERROR);
_IRR_DEBUG_BREAK_IF(true);
// _IRR_DEBUG_BREAK_IF(true);
return false;
}