mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-31 18:15:24 +00:00
Merge pull request #1226 from brakhane/fix-opengl-vs2014
fix preprocessor directive
This commit is contained in:
commit
11d49d70a5
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