mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Yikes. fatalityfix: need to create a platformtimer for the reference.
This commit is contained in:
parent
4f3be25699
commit
d5c42d0d44
|
|
@ -180,7 +180,7 @@ GFXDevice::GFXDevice()
|
|||
|
||||
// Initialize our drawing utility.
|
||||
mDrawer = NULL;
|
||||
|
||||
mFrameTime = PlatformTimer::create();
|
||||
// Add a few system wide shader macros.
|
||||
GFXShader::addGlobalMacro( "TORQUE", "1" );
|
||||
GFXShader::addGlobalMacro( "TORQUE_VERSION", String::ToString(getVersionNumber()) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue