Finish fix
This commit is contained in:
parent
a71348c3c8
commit
937ab7cee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue