mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
fix issue #696
This commit is contained in:
parent
00a4a21e3f
commit
69ecdc67fb
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ ShapeBaseImageData::ShapeBaseImageData()
|
||||||
lightRadius = 10.f;
|
lightRadius = 10.f;
|
||||||
lightBrightness = 1.0f;
|
lightBrightness = 1.0f;
|
||||||
|
|
||||||
shapeName = "";
|
shapeName = "core/art/shapes/noshape.dts";
|
||||||
shapeNameFP = "";
|
shapeNameFP = "";
|
||||||
imageAnimPrefix = "";
|
imageAnimPrefix = "";
|
||||||
imageAnimPrefixFP = "";
|
imageAnimPrefixFP = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue