Finish fix

This commit is contained in:
Mike Primm 2022-07-24 17:54:09 -05:00
parent 590a1a04db
commit 2b9caa0d0d

View file

@ -2545,7 +2545,7 @@ public class TexturePack {
try {
textid = map.faces[faceindex];
} catch (ArrayIndexOutOfBoundsException aioob) {
textid = -1
textid = -1;
}
if (ctm != null) {
int mod = 0;