Finish fix
This commit is contained in:
parent
590a1a04db
commit
2b9caa0d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2545,7 +2545,7 @@ public class TexturePack {
|
||||||
try {
|
try {
|
||||||
textid = map.faces[faceindex];
|
textid = map.faces[faceindex];
|
||||||
} catch (ArrayIndexOutOfBoundsException aioob) {
|
} catch (ArrayIndexOutOfBoundsException aioob) {
|
||||||
textid = -1
|
textid = -1;
|
||||||
}
|
}
|
||||||
if (ctm != null) {
|
if (ctm != null) {
|
||||||
int mod = 0;
|
int mod = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue