mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Fix for Issue #170 Asset loading under Linux
This commit is contained in:
parent
37f44a6341
commit
5dd5814a9b
11 changed files with 17 additions and 17 deletions
|
|
@ -484,7 +484,7 @@ datablock PlayerData(DefaultPlayerData)
|
|||
computeCRC = false;
|
||||
|
||||
// Third person shape
|
||||
shapeFile = "art/shapes/actors/Soldier/soldier_rigged.dae";
|
||||
shapeFile = "art/shapes/actors/Soldier/soldier_rigged.DAE";
|
||||
cameraMaxDist = 3;
|
||||
allowImageStateAnimation = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue