mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Merge pull request #5297 from samme/fix/phaser-time-is-undefined
Fix Phaser.Time is undefined in Phaser.Time.Clock#addEvent
This commit is contained in:
commit
9746b473f8
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ var Clock = new Class({
|
|||
{
|
||||
var event;
|
||||
|
||||
if (config instanceof Phaser.Time.TimerEvent)
|
||||
if (config instanceof TimerEvent)
|
||||
{
|
||||
event = config;
|
||||
|
||||
|
|
Loading…
Reference in a new issue