Ver Fonte

KTX2Loader: Clean up.

Don McCurdy há 5 anos atrás
pai
commit
73ea860010
1 ficheiros alterados com 0 adições e 1 exclusões
  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;