Missing nextEvent()
This commit is contained in:
parent
6fc282b933
commit
ce4eee3c44
|
@ -117,6 +117,8 @@ ReplayCamera.prototype.nextEvent = function() {
|
||||||
})(this);
|
})(this);
|
||||||
} else if (this.event.type == 'previousnext') {
|
} else if (this.event.type == 'previousnext') {
|
||||||
this.move(this.event);
|
this.move(this.event);
|
||||||
|
} else if (this.event.type == 'hovered') {
|
||||||
|
this.nextEvent();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue