mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Fix preprocessor directive
This commit is contained in:
parent
02c88201c6
commit
6d5571e233
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ bool CustomMaterial::onAdd()
|
||||||
|
|
||||||
pos = i;
|
pos = i;
|
||||||
|
|
||||||
#if TORQUE_OPENGL
|
#ifdef TORQUE_OPENGL
|
||||||
GFXAssertFatal(0, error);
|
GFXAssertFatal(0, error);
|
||||||
continue;
|
continue;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue