mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 15:49:30 +00:00
Merge pull request #1308 from eightyeight/linux-filenames
Case-sensitive filenames for Linux
This commit is contained in:
commit
aacad0d83a
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";
|
||||
|
|
|
|||
|
|
@ -1277,7 +1277,7 @@ new SimGroup(MissionGroup) {
|
|||
};
|
||||
};
|
||||
new TSStatic() {
|
||||
shapeName = "art/shapes/trees/defaulttree/defaulttree.dae";
|
||||
shapeName = "art/shapes/trees/defaulttree/defaulttree.DAE";
|
||||
playAmbient = "1";
|
||||
meshCulling = "0";
|
||||
originSort = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue