Remove RageTexture::m_TextureFormat.

This commit is contained in:
Glenn Maynard
2002-10-20 05:14:16 +00:00
parent f15a46f431
commit e3a03499dc
-1
View File
@@ -102,7 +102,6 @@ protected:
int m_iTextureWidth, m_iTextureHeight; // dimensions of the texture in memory
int m_iImageWidth, m_iImageHeight; // dimensions of the image in the texture
int m_iFramesWide, m_iFramesHigh; // The number of frames of animation in each row and column of this texture
D3DFORMAT m_TextureFormat;
// RECTs that hold the bounds of each frame in the bitmap.