mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
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:
commit
7a01f687ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue