mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Update guiSplitContainer.cpp
Corrected typo.
This commit is contained in:
parent
2d1ee7c5a0
commit
557ea101ec
1 changed files with 2 additions and 2 deletions
|
|
@ -631,7 +631,7 @@ void GuiSplitContainer::setSplitPoint(Point2I splitPoint)
|
||||||
}
|
}
|
||||||
|
|
||||||
DefineEngineMethod(GuiSplitContainer, setSplitPoint, void, (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);
|
object->setSplitPoint(splitPoint);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue