Fix debug output error for sync object

This commit is contained in:
Vincent Lejeune 2014-09-22 23:40:21 +02:00
parent 7d0e34a8c9
commit 8989241846

View File

@ -208,7 +208,7 @@ private:
bool m_need_ubo_workaround;
bool m_need_rh_workaround;
bool m_need_srgb_workaround;
GLsync m_sync;
GLsync m_sync = 0;
/** The irrlicht device. */
IrrlichtDevice *m_device;
/** Irrlicht scene manager. */