Commit a5c1b8e1 authored by hybrid's avatar hybrid

Init reorder warning fixed.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1684 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 386a18b5
......@@ -427,7 +427,7 @@ static bool checkFBOStatus(COpenGLDriver* Driver);
COpenGLFBOTexture::COpenGLFBOTexture(const core::dimension2d<s32>& size,
const char* name,
COpenGLDriver* driver)
: COpenGLTexture(name, driver), ColorFrameBuffer(0), DepthTexture(0)
: COpenGLTexture(name, driver), DepthTexture(0), ColorFrameBuffer(0)
{
#ifdef _DEBUG
setDebugName("COpenGLTexture_FBO");
......
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