瀏覽代碼

Merge pull request #1251 from Azaezel/alpha41/typofix

typofix
Brian Roberts 1 年之前
父節點
當前提交
8404496ffa
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Engine/source/math/mConsoleFunctions.cpp

+ 1 - 0
Engine/source/math/mConsoleFunctions.cpp

@@ -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."