@@ -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);
}