浏览代码

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

Robert MacGregor 4 年之前
父节点
当前提交
aa91ccfd39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript

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