mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Update guiSplitContainer.cpp
Corrected typo.
This commit is contained in:
parent
2d1ee7c5a0
commit
557ea101ec
|
|
@ -631,7 +631,7 @@ void GuiSplitContainer::setSplitPoint(Point2I splitPoint)
|
|||
}
|
||||
|
||||
DefineEngineMethod(GuiSplitContainer, setSplitPoint, void, (Point2I splitPoint), ,
|
||||
"Set the positin of the split handler.")
|
||||
"Set the position of the split handle.")
|
||||
{
|
||||
object->setSplitPoint(splitPoint);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue