mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue