Skip to content

Commit d04b16e

Browse files
authored
Merge pull request phaserjs#2958 from vulvulune/math-ceil-bug2
Math.Fuzzy.Ceil: fix signature
2 parents 14a2843 + 323a4af commit d04b16e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/math/fuzzy/Ceil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var Ceil = function (a, b, epsilon)
1+
var Ceil = function (value, epsilon)
22
{
33
if (epsilon === undefined) { epsilon = 0.0001; }
44

0 commit comments

Comments
 (0)