mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Case-sensitive filenames for Linux. See #1287.
This commit is contained in:
parent
a879ad4dcf
commit
587afaac4f
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
datablock TSForestItemData(ExampleForestMesh)
|
||||
{
|
||||
shapeFile = "art/shapes/trees/defaulttree/defaulttree.dae";
|
||||
shapeFile = "art/shapes/trees/defaulttree/defaulttree.DAE";
|
||||
internalName = "ExampleForestMesh";
|
||||
windScale = "1";
|
||||
trunkBendScale = "0.02";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue