mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
Update materialManager.cpp
This commit is contained in:
parent
c025ea86b4
commit
ea49af52a5
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ bool MaterialManager::_handleGFXEvent( GFXDevice::GFXDeviceEventType event_ )
|
|||
|
||||
case GFXDevice::deStartOfFrame:
|
||||
if ( mFlushAndReInit )
|
||||
_flushAndReInitInstances();
|
||||
flushAndReInitInstances();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue