Sfoglia il codice sorgente

Channels: Removed clear().

Mr.doob 9 anni fa
parent
commit
56bd34cfa0
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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;
-
 	}
 
 };