mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +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;
|
||||
|
||||
#if TORQUE_OPENGL
|
||||
#ifdef TORQUE_OPENGL
|
||||
GFXAssertFatal(0, error);
|
||||
continue;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue