Day 34 complete.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
S32 RoundF32toS32(F32 Real32)
|
||||
{
|
||||
S32 Result = (S32)(Real32 + 0.5f);
|
||||
S32 Result = (S32)roundf(Real32);
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user