mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-19 06:22:23 +00:00
whoops
This commit is contained in:
parent
5d48c72d2d
commit
46b9cf5fb8
1 changed files with 1 additions and 1 deletions
|
|
@ -248,5 +248,5 @@ end
|
|||
--- @param x number
|
||||
--- Rounds `x` to the nearest integer value
|
||||
function math.round(x)
|
||||
return x > 0 and math.floor(x + 0.5) or math.ceil(x - 0.5)
|
||||
return x > 0 and __math_floor(x + 0.5) or __math_ceil(x - 0.5)
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue