aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d/D3dCtx.cpp
diff options
context:
space:
mode:
authorChien Yang <[email protected]>2006-10-11 23:47:10 +0000
committerChien Yang <[email protected]>2006-10-11 23:47:10 +0000
commite60078c34fa46c8d6f6cd9577118d8c4c9f4d0ab (patch)
tree3e77165b248307d32e488d2d1415facae6f1a547 /src/native/d3d/D3dCtx.cpp
parent1bd8ec8fd2cdb98ef9da7bf9eddfc4855d323a98 (diff)
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
Diffstat (limited to 'src/native/d3d/D3dCtx.cpp')
-rw-r--r--src/native/d3d/D3dCtx.cpp5
1 files changed, 1 insertions, 4 deletions
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;