diff --git a/vendor/DeviceOrientationControls.js b/vendor/DeviceOrientationControls.js index 5f10d4af5a..9602ec04ca 100644 --- a/vendor/DeviceOrientationControls.js +++ b/vendor/DeviceOrientationControls.js @@ -59,6 +59,8 @@ THREE.DeviceOrientationControls = function ( object ) { this.connect = function () { + onScreenOrientationChangeEvent(); + window.addEventListener( 'orientationchange', onScreenOrientationChangeEvent, false ); window.addEventListener( 'deviceorientation', onDeviceOrientationChangeEvent, false );