mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
typo "tomove" to "to move"
This commit is contained in:
parent
236edb3384
commit
060649dbad
2 changed files with 2 additions and 2 deletions
|
|
@ -224,7 +224,7 @@ void NavPath::initPersistFields()
|
|||
addField("allowDrop", TypeBool, Offset(mLinkTypes.drop, NavPath),
|
||||
"Allow the path to use drop links.");
|
||||
addField("allowSwim", TypeBool, Offset(mLinkTypes.swim, NavPath),
|
||||
"Allow the path tomove in water.");
|
||||
"Allow the path to move in water.");
|
||||
addField("allowLedge", TypeBool, Offset(mLinkTypes.ledge, NavPath),
|
||||
"Allow the path to jump ledges.");
|
||||
addField("allowClimb", TypeBool, Offset(mLinkTypes.climb, NavPath),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue