diff --git a/LEGO1/mxdirect3d.cpp b/LEGO1/mxdirect3d.cpp index b1aa54e2..67fe1fed 100644 --- a/LEGO1/mxdirect3d.cpp +++ b/LEGO1/mxdirect3d.cpp @@ -22,5 +22,5 @@ void MxDirect3D::Clear() this->m_pDirect3d->Release(); this->m_pDirect3d = NULL; } - Destroy(); + MxDirectDraw::DestroyButNotDirectDraw(); } \ No newline at end of file