mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
corrected shape path
This commit is contained in:
parent
00265f4f7f
commit
39e5fe689b
2 changed files with 4 additions and 4 deletions
|
|
@ -189,7 +189,7 @@ ShapeBaseImageData::ShapeBaseImageData()
|
|||
lightRadius = 10.f;
|
||||
lightBrightness = 1.0f;
|
||||
|
||||
shapeName = "core/art/shapes/noshape.dts";
|
||||
shapeName = "core/shapes/noshape.dts";
|
||||
shapeNameFP = "";
|
||||
imageAnimPrefix = "";
|
||||
imageAnimPrefixFP = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue