mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-13 01:10:45 +00:00
* BugFix: Correct a mismatched if.
This commit is contained in:
parent
5f50e7b70a
commit
c672a27e76
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ torqueAddSourceDirectories("shaderGen")
|
|||
|
||||
if (WIN32 AND TORQUE_D3D11)
|
||||
torqueAddSourceDirectories("shaderGen/HLSL")
|
||||
endif (WIN32)
|
||||
endif (WIN32 AND TORQUE_D3D11)
|
||||
|
||||
if (TORQUE_OPENGL)
|
||||
torqueAddSourceDirectories("shaderGen/GLSL")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue