Fixed last bug that prevented me from texting
This commit is contained in:
parent
366a90fd1f
commit
43d8044658
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ public class Textures {
|
||||||
new GT_RenderedTexture(OVERLAY_LOCKER_013),
|
new GT_RenderedTexture(OVERLAY_LOCKER_013),
|
||||||
},
|
},
|
||||||
CASING_BLOCKS = new ITexture[128],
|
CASING_BLOCKS = new ITexture[128],
|
||||||
MACHINE_CASINGS[] = new ITexture[10][17];
|
MACHINE_CASINGS[] = new ITexture[16][17];
|
||||||
|
|
||||||
static {
|
static {
|
||||||
for (byte i = 0; i < MACHINE_CASINGS.length; i++)
|
for (byte i = 0; i < MACHINE_CASINGS.length; i++)
|
||||||
|
|
Loading…
Reference in a new issue