pass prefs down to RageBitmapTexture

This commit is contained in:
Glenn Maynard
2002-11-20 01:24:36 +00:00
parent 0aff47c6d9
commit 29c726053c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ bool Sprite::LoadFromTexture( CString sTexturePath, RageTexturePrefs prefs )
m_sTexturePath = sTexturePath;
m_pTexture = TEXTUREMAN->LoadTexture( m_sTexturePath );
m_pTexture = TEXTUREMAN->LoadTexture( m_sTexturePath, prefs );
assert( m_pTexture != NULL );
// the size of the sprite is the size of the image before it was scaled