From 688b55cf3309b3454edca519f3f941cff78db7c4 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 27 Aug 2023 08:05:04 -0400 Subject: [PATCH] Match MxDirect3D::Clear --- LEGO1/mxdirect3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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