瀏覽代碼

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

* [Shape Editor] BugFix: Correct a bad octahedron.dts reference when using the mount viewer.
Brian Roberts 4 年之前
父節點
當前提交
7a01f687ac
共有 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();
    %type = %this-->mountType.getText();
 
 
    if ( %model $= "Browse..." )
    if ( %model $= "Browse..." )
-      %model = "core/shapes/octahedron.dts";
+      %model = "core/gameObjects/shapes/octahedron.dts";
 
 
    if ( ShapeEdShapeView.mountShape( %model, %node, %type, %slot ) )
    if ( ShapeEdShapeView.mountShape( %model, %node, %type, %slot ) )
    {
    {