mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +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)
|
datablock TSForestItemData(ExampleForestMesh)
|
||||||
{
|
{
|
||||||
shapeFile = "art/shapes/trees/defaulttree/defaulttree.dae";
|
shapeFile = "art/shapes/trees/defaulttree/defaulttree.DAE";
|
||||||
internalName = "ExampleForestMesh";
|
internalName = "ExampleForestMesh";
|
||||||
windScale = "1";
|
windScale = "1";
|
||||||
trunkBendScale = "0.02";
|
trunkBendScale = "0.02";
|
||||||
|
|
|
||||||
|
|
@ -1277,7 +1277,7 @@ new SimGroup(MissionGroup) {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
new TSStatic() {
|
new TSStatic() {
|
||||||
shapeName = "art/shapes/trees/defaulttree/defaulttree.dae";
|
shapeName = "art/shapes/trees/defaulttree/defaulttree.DAE";
|
||||||
playAmbient = "1";
|
playAmbient = "1";
|
||||||
meshCulling = "0";
|
meshCulling = "0";
|
||||||
originSort = "0";
|
originSort = "0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue