mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Fix minor typo
This commit is contained in:
parent
6605ddc66a
commit
d05d9b6cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ if(TORQUE_OPENGL)
|
||||||
endif(TORQUE_OPENGL)
|
endif(TORQUE_OPENGL)
|
||||||
if(TORQUE_D3D11)
|
if(TORQUE_D3D11)
|
||||||
torqueAddSourceDirectories("forest" "forest/hlsl")
|
torqueAddSourceDirectories("forest" "forest/hlsl")
|
||||||
endif(TORQUE_OPENGL)
|
endif(TORQUE_D3D11)
|
||||||
|
|
||||||
# Handle shadergen
|
# Handle shadergen
|
||||||
torqueAddSourceDirectories("shaderGen")
|
torqueAddSourceDirectories("shaderGen")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue