mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +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:
|
case GFXDevice::deStartOfFrame:
|
||||||
if ( mFlushAndReInit )
|
if ( mFlushAndReInit )
|
||||||
_flushAndReInitInstances();
|
flushAndReInitInstances();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue