add GetDefaultTexturePolicy, SetDefaultTexturePolicy

This commit is contained in:
Glenn Maynard
2004-02-05 21:58:19 +00:00
parent f8df67bb00
commit f80c1b7e0e
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RageTexture::RageTexture( RageTextureID name ):
// LOG->Trace( "RageTexture::RageTexture()" );
m_iRefCount = 1;
m_Policy = TEX_DEFAULT;
m_Policy = TEXTUREMAN->GetDefaultTexturePolicy();
m_bWasUsed = false;
// SetActualID();