mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Merge branch 'GarageGames/development' into ueberengine-dev
This commit is contained in:
commit
683a11e384
273 changed files with 4702 additions and 3631 deletions
|
|
@ -979,7 +979,7 @@ F32 GuiRoadEditorCtrl::getNodeWidth()
|
|||
return 0.0f;
|
||||
}
|
||||
|
||||
void GuiRoadEditorCtrl::setNodePosition( Point3F pos )
|
||||
void GuiRoadEditorCtrl::setNodePosition(const Point3F& pos)
|
||||
{
|
||||
if ( mSelRoad && mSelNode != -1 )
|
||||
{
|
||||
|
|
@ -1109,4 +1109,4 @@ DefineConsoleMethod( GuiRoadEditorCtrl, deleteRoad, void, (), , "" )
|
|||
DefineConsoleMethod(GuiRoadEditorCtrl, setSelectedNode, void, (S32 node), , "")
|
||||
{
|
||||
object->setSelectedNode(node);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue