mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
typofix
This commit is contained in:
parent
328ff16165
commit
ce36e2cac6
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ DefineEngineFunction( mRound, S32, ( F32 v ),,
|
||||||
"@ingroup Math" )
|
"@ingroup Math" )
|
||||||
{
|
{
|
||||||
return mRound(v);
|
return mRound(v);
|
||||||
|
}
|
||||||
|
|
||||||
DefineEngineFunction(mRoundF, F32, (F32 v, F32 step), ,
|
DefineEngineFunction(mRoundF, F32, (F32 v, F32 step), ,
|
||||||
"Round v to the nth decimal place or the nearest whole number by default."
|
"Round v to the nth decimal place or the nearest whole number by default."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue