mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Fix preprocessor directive
This commit is contained in:
parent
02c88201c6
commit
6d5571e233
|
|
@ -152,7 +152,7 @@ bool CustomMaterial::onAdd()
|
|||
|
||||
pos = i;
|
||||
|
||||
#if TORQUE_OPENGL
|
||||
#ifdef TORQUE_OPENGL
|
||||
GFXAssertFatal(0, error);
|
||||
continue;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue