Add pages to array
This commit is contained in:
parent
281254348e
commit
85479e1779
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ public class Textures {
|
||||||
new GT_RenderedTexture(OVERLAY_LOCKER_012),
|
new GT_RenderedTexture(OVERLAY_LOCKER_012),
|
||||||
new GT_RenderedTexture(OVERLAY_LOCKER_013),
|
new GT_RenderedTexture(OVERLAY_LOCKER_013),
|
||||||
},
|
},
|
||||||
CASING_BLOCKS = new ITexture[128],
|
CASING_BLOCKS = new ITexture[128*16],//16 Pages available 0-15 - each can hold 128 textures 0-127
|
||||||
MACHINE_CASINGS[] = new ITexture[10][17];
|
MACHINE_CASINGS[] = new ITexture[10][17];
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Add table
Reference in a new issue