mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +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;
|
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