Merge pull request #8 from foxtacles/match-clear

Match MxDirect3D::Clear
This commit is contained in:
Joshua Peisach 2023-08-28 11:22:42 -04:00 committed by GitHub
commit b0c09b6b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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