Browse Source

Merge pull request #1828 from John3/fix696

fix issue #696
Anis 8 years ago
parent
commit
f42c9bd9b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/T3D/shapeImage.cpp

+ 1 - 1
Engine/source/T3D/shapeImage.cpp

@@ -189,7 +189,7 @@ ShapeBaseImageData::ShapeBaseImageData()
    lightRadius = 10.f;
    lightBrightness = 1.0f;
 
-   shapeName = "";
+   shapeName = "core/art/shapes/noshape.dts";
    shapeNameFP = "";
    imageAnimPrefix = "";
    imageAnimPrefixFP = "";