Workaround more Spout custom block flaky crap

This commit is contained in:
Mike Primm 2012-02-05 11:45:24 -06:00
parent 0925212a70
commit c7b9bea340

View File

@ -157,7 +157,7 @@ public class SpoutPluginBlocks {
img.flush();
}
String tfid = "txtid" + texturelist.size();
sb.append("texturefile:id=" + tfid + ",filename=spout/" + blkid + ".png,xcount=" + w/h + ",ycount=1\n");
sb.append("texturefile:id=" + tfid + ",filename=spout/" + blkid + ".png,xcount=" + w/sz + ",ycount=" + h/sz + "\n");
texturelist.put(txname, tfid);
}
}