From e60078c34fa46c8d6f6cd9577118d8c4c9f4d0ab Mon Sep 17 00:00:00 2001 From: Chien Yang Date: Wed, 11 Oct 2006 23:47:10 +0000 Subject: 1) Fixed an exception in clear background. 2) Clean up unwanted d3d code. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@718 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/d3d/D3dCtx.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/native/d3d/D3dCtx.cpp') diff --git a/src/native/d3d/D3dCtx.cpp b/src/native/d3d/D3dCtx.cpp index 8ad3b2f..f48b24c 100644 --- a/src/native/d3d/D3dCtx.cpp +++ b/src/native/d3d/D3dCtx.cpp @@ -349,10 +349,7 @@ VOID D3dCtx::releaseVB() VOID D3dCtx::release() { - /* - D3dImageComponent::removeAll(&BackgroundImageList); - D3dImageComponent::removeAll(&RasterList); - */ + releaseTexture(); SafeFree(bindTextureId); bindTextureIdLen = 0; -- cgit v1.2.3