Yet more theme cleanup. This should be the job of the artists!

This commit is contained in:
Chris Danford
2002-09-24 03:12:04 +00:00
parent 23df7ec564
commit 05cb828e81
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ void RageBitmapTexture::Create(
/////////////////////
// Figure out whether the texture can fit into texture memory unscaled
// Get info about the bitmap
/////////////////////
D3DXIMAGE_INFO ddii;
if( FAILED( hr = D3DXGetImageInfoFromFile(m_sFilePath,&ddii) ) )