Explorar el Código

WebVRManager: Clean up.

Mr.doob hace 8 años
padre
commit
d44359fc91
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      src/renderers/webvr/WebVRManager.js

+ 0 - 8
src/renderers/webvr/WebVRManager.js

@@ -261,14 +261,6 @@ function WebVRManager( renderer ) {
 
 	};
 
-	// DEPRECATED
-
-	this.requestAnimationFrame = function ( /* callback */ ) {
-
-		// device.requestAnimationFrame( callback );
-
-	};
-
 }
 
 export { WebVRManager };

粤ICP备19079148号