Merge pull request #535 from Ragora/bugfix-shapeeditor-mounting

* [Shape Editor] BugFix: Correct a bad octahedron.dts reference when using the mount viewer.
This commit is contained in:
Brian Roberts 2021-08-16 14:07:51 -05:00 committed by GitHub
commit 7a01f687ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ) )
{