Explorar o código

Channels: Removed clear().

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
56bd34cfa0
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      src/core/Channels.js

+ 0 - 6
src/core/Channels.js

@@ -34,12 +34,6 @@ THREE.Channels.prototype = {
 
 		this.mask &= ~ ( 1 << channel );
 
-	},
-
-	clear: function () {
-
-		this.mask = 1;
-
 	}
 
 };