소스 검색

remove comment

bstouls 9 년 전
부모
커밋
17c6c8174e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      h3d/mat/BigTexture.hx

+ 0 - 1
h3d/mat/BigTexture.hx

@@ -136,7 +136,6 @@ class BigTexture {
 	public function set( t : hxd.res.Image, et : BigTextureElement ) {
 		var tsize = t.getSize();
 		upload(t, Math.round(et.du * size), Math.round(et.dv * size), tsize.width, tsize.height);
-		// todo : update q.texture & setup watch
 		et.q.texture = t;
 		t.watch(rebuild);
 	}