Explorar el Código

KTX2Loader: Clean up.

Don McCurdy hace 5 años
padre
commit
73ea860010
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/jsm/loaders/KTX2Loader.js

+ 0 - 1
examples/jsm/loaders/KTX2Loader.js

@@ -428,7 +428,6 @@ class KTX2Container {
 		var hasAlpha = this.getAlpha();
 		var isVideo = false;
 
-		// For both ETC1S and UASTC4x4 formats.
 		if ( texFormat === TextureFormat.ETC1S ) {
 
 			var numEndpoints = this.sgd.endpointCount;