浏览代码

KTX2Loader: Clean up.

Don McCurdy 5 年之前
父节点
当前提交
73ea860010
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;