mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
fix signature
This commit is contained in:
parent
bc605465ac
commit
323a4af72a
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; }
|
if (epsilon === undefined) { epsilon = 0.0001; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue