Переглянути джерело

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

Robert MacGregor 4 роки тому
батько
коміт
aa91ccfd39

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