Forgot to send event 😒

This commit is contained in:
Thomas FORGIONE 2015-07-03 09:48:31 +02:00
parent 95733b2fc7
commit 31620de7ff
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ L3D.PointerCamera.prototype.normalMotion = function(time) {
var event = new L3D.BD.Event.KeyboardEvent();
event.camera = this;
event.send();
}
}