Finish fix

This commit is contained in:
Mike Primm 2022-07-24 17:54:09 -05:00
parent a71348c3c8
commit 937ab7cee7
1 changed files with 1 additions and 1 deletions

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;