mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
more cleanups
cleanup the type removing the refactor tag materialManager restored to its original state
This commit is contained in:
parent
a8d7664fc2
commit
c025ea86b4
9 changed files with 20 additions and 21 deletions
|
|
@ -358,7 +358,7 @@ void MaterialManager::flushAndReInitInstances()
|
|||
(*iter)->reInit();
|
||||
}
|
||||
|
||||
void MaterialManager::_flushInstance( BaseMaterialDefinition *target )
|
||||
void MaterialManager::flushInstance( BaseMaterialDefinition *target )
|
||||
{
|
||||
Vector<BaseMatInstance*>::iterator iter = mMatInstanceList.begin();
|
||||
while ( iter != mMatInstanceList.end() )
|
||||
|
|
@ -372,7 +372,7 @@ void MaterialManager::_flushInstance( BaseMaterialDefinition *target )
|
|||
}
|
||||
}
|
||||
|
||||
void MaterialManager::_reInitInstance( BaseMaterialDefinition *target )
|
||||
void MaterialManager::reInitInstance( BaseMaterialDefinition *target )
|
||||
{
|
||||
Vector<BaseMatInstance*>::iterator iter = mMatInstanceList.begin();
|
||||
for ( ; iter != mMatInstanceList.end(); iter++ )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue