From ce36e2cac6d4c774c44bd6350cad112fa31739b5 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Wed, 10 Apr 2024 16:27:30 -0500 Subject: [PATCH] typofix --- Engine/source/math/mConsoleFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/math/mConsoleFunctions.cpp b/Engine/source/math/mConsoleFunctions.cpp index ddb90ca93..2da22bc57 100644 --- a/Engine/source/math/mConsoleFunctions.cpp +++ b/Engine/source/math/mConsoleFunctions.cpp @@ -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."