Fix debug output error for sync object
This commit is contained in:
parent
7d0e34a8c9
commit
8989241846
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user