Skip to content

Commit 93b5aeb

Browse files
committed
Fix undefined TimerEvent
Fixes phaserjs#5294
1 parent dff71b6 commit 93b5aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/time/Clock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ var Clock = new Class({
170170
{
171171
var event;
172172

173-
if (config instanceof Phaser.Time.TimerEvent)
173+
if (config instanceof TimerEvent)
174174
{
175175
event = config;
176176

0 commit comments

Comments
 (0)