mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Merge pull request #2958 from vulvulune/math-ceil-bug2
Math.Fuzzy.Ceil: fix signature
This commit is contained in:
commit
d04b16e9e8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
var Ceil = function (a, b, epsilon)
|
||||
var Ceil = function (value, epsilon)
|
||||
{
|
||||
if (epsilon === undefined) { epsilon = 0.0001; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue