mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
* [Shape Editor] BugFix: Correct a bad octahedron.dts reference when using the mount viewer.
This commit is contained in:
parent
3c61538811
commit
aa91ccfd39
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue