delete Texture

This commit is contained in:
Glenn Maynard
2006-09-24 18:46:06 +00:00
parent 7e6bd294cd
commit b15ce96511
+1
View File
@@ -1450,6 +1450,7 @@ void RageDisplay_D3D::UpdateTexture(
Texture->h, // Height,
NULL, // pPoint,
Texture->format->BytesPerPixel ); //BytesPerPixel
delete Texture;
#else
int texpixfmt;
for(texpixfmt = 0; texpixfmt < NUM_PixelFormat; ++texpixfmt)