Explorar el Código

Fixed linter error.

Mr.doob hace 7 años
padre
commit
ee9d15eb98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/renderers/webvr/WebXRManager.js

+ 1 - 1
src/renderers/webvr/WebXRManager.js

@@ -88,7 +88,7 @@ function WebXRManager( renderer ) {
 
 	}
 
-	function onSessionEnd () {
+	function onSessionEnd() {
 
 		renderer.setFramebuffer( null );
 		animation.stop();