Explorar el Código

WebXRManager: Added dispose().

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

+ 2 - 0
src/renderers/webvr/WebXRManager.js

@@ -190,6 +190,8 @@ function WebXRManager( renderer ) {
 
 	};
 
+	this.dispose = function () {};
+
 	// DEPRECATED
 
 	this.getStandingMatrix = function () {