Match MxDirect3D::Clear

This commit is contained in:
Christian Semmler 2023-08-27 08:05:04 -04:00
parent da79eef03f
commit 688b55cf33

View File

@ -22,5 +22,5 @@ void MxDirect3D::Clear()
this->m_pDirect3d->Release(); this->m_pDirect3d->Release();
this->m_pDirect3d = NULL; this->m_pDirect3d = NULL;
} }
Destroy(); MxDirectDraw::DestroyButNotDirectDraw();
} }