* [Shape Editor] BugFix: Correct a bad octahedron.dts reference when using the mount viewer.

This commit is contained in:
Robert MacGregor 2021-08-15 23:33:33 -04:00
parent 3c61538811
commit aa91ccfd39

View file

@ -3367,7 +3367,7 @@ function ShapeEdMountWindow::mountShape( %this, %slot )
%type = %this-->mountType.getText();
if ( %model $= "Browse..." )
%model = "core/shapes/octahedron.dts";
%model = "core/gameObjects/shapes/octahedron.dts";
if ( ShapeEdShapeView.mountShape( %model, %node, %type, %slot ) )
{