Merge pull request #1251 from Azaezel/alpha41/typofix

typofix
This commit is contained in:
Brian Roberts 2024-04-10 16:27:51 -05:00 committed by GitHub
commit 8404496ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,6 +103,7 @@ DefineEngineFunction( mRound, S32, ( F32 v ),,
"@ingroup Math" )
{
return mRound(v);
}
DefineEngineFunction(mRoundF, F32, (F32 v, F32 step), ,
"Round v to the nth decimal place or the nearest whole number by default."