Commit 1f5b75b0 authored by hybrid's avatar hybrid

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
parent ad3f87b9
...@@ -885,7 +885,7 @@ bool checkFBOStatus(COpenGLDriver* Driver) ...@@ -885,7 +885,7 @@ bool checkFBOStatus(COpenGLDriver* Driver)
} }
#endif #endif
os::Printer::log("FBO error", ELL_ERROR); os::Printer::log("FBO error", ELL_ERROR);
_IRR_DEBUG_BREAK_IF(true); // _IRR_DEBUG_BREAK_IF(true);
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment