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