Missing nextEvent()

This commit is contained in:
Thomas FORGIONE 2015-05-21 15:54:22 +02:00
parent 6fc282b933
commit ce4eee3c44
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}
}