Forgot to send event 😒
This commit is contained in:
parent
95733b2fc7
commit
31620de7ff
|
@ -342,6 +342,7 @@ L3D.PointerCamera.prototype.normalMotion = function(time) {
|
||||||
|
|
||||||
var event = new L3D.BD.Event.KeyboardEvent();
|
var event = new L3D.BD.Event.KeyboardEvent();
|
||||||
event.camera = this;
|
event.camera = this;
|
||||||
|
event.send();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue