diff options
Diffstat (limited to 'src/native/d3d/D3dCtx.cpp')
-rw-r--r-- | src/native/d3d/D3dCtx.cpp | 5 |
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; |