Skip to content

Commit

Permalink
Region out rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Jul 19, 2023
1 parent 5caea0c commit 1bc9a1c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void moveToCenter() {
final Point center = getCenter();
setPosition(center.x, center.y);
}


public NoteNotation getNotation() {
return NoteNotation.NONE;
Expand All @@ -190,6 +190,8 @@ public boolean isPlaying() {
}


//#region Rendering

@Override
public void renderWidget(GuiGraphics gui, int mouseX, int mouseY, float partialTick) {
RenderSystem.enableBlend();
Expand Down Expand Up @@ -304,6 +306,7 @@ protected void renderAccidental(GuiGraphics gui, int index, int offsetX, int off
);
}

//#endregion


public boolean locked = false;
Expand Down

0 comments on commit 1bc9a1c

Please sign in to comment.