mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
Merge branch 'Preview4_0_DevHead' into tsneo
This commit is contained in:
commit
ada1c5a021
521 changed files with 259 additions and 162 deletions
|
|
@ -3369,7 +3369,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