Merge fixup

This commit is contained in:
simibubi 2023-05-14 00:33:25 +02:00
parent c1c69f1bb9
commit 5eb100d0f3

View file

@ -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++) {