mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-14 08:16:42 +01:00
Merge fixup
This commit is contained in:
parent
c1c69f1bb9
commit
5eb100d0f3
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public class SequencedGearshiftScreen extends AbstractSimiScreen {
|
||||||
AllGuiTextures toDraw = AllGuiTextures.SEQUENCER_EMPTY;
|
AllGuiTextures toDraw = AllGuiTextures.SEQUENCER_EMPTY;
|
||||||
int yOffset = toDraw.height * row;
|
int yOffset = toDraw.height * row;
|
||||||
|
|
||||||
toDraw.render(ms, x, y + 14 + yOffset, this);
|
toDraw.render(ms, x, y + 16 + yOffset, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int row = 0; row < instructions.capacity(); row++) {
|
for (int row = 0; row < instructions.capacity(); row++) {
|
||||||
|
|
Loading…
Reference in a new issue