MxDirect3D::m_unk0x88c is a MxBool

This commit is contained in:
Anonymous Maarten 2024-01-06 20:11:59 +01:00
parent 61e515067e
commit dd802c7768

View File

@ -14,7 +14,7 @@ MxDirect3D::MxDirect3D()
{
this->m_pDirect3d = NULL;
this->m_pDirect3dDevice = NULL;
this->m_unk0x88c = NULL;
this->m_unk0x88c = 0;
this->m_assignedDevice = NULL;
}