From aa91ccfd390702eb97617cc44cbe811e0d5fa671 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sun, 15 Aug 2021 23:33:33 -0400 Subject: [PATCH] * [Shape Editor] BugFix: Correct a bad octahedron.dts reference when using the mount viewer. --- .../game/tools/shapeEditor/scripts/shapeEditor.ed.tscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript b/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript index b8e7061e2..987ff1640 100644 --- a/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript +++ b/Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript @@ -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 ) ) {