Skip to content

Commit

Permalink
Minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed May 14, 2023
1 parent 30f6b12 commit f27006b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public void render(PoseStack pPoseStack, int pMouseX, int pMouseY, float pPartia

@Override
public void onClose() {
//NOTE if problems with options closing arrise, its here probs
if (!isOverlay) {
if (lastScreen != null)
Minecraft.getInstance().setScreen(lastScreen);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import net.minecraft.network.chat.Component;
import net.minecraftforge.client.gui.widget.ForgeSlider;

//NOTE: ForgeSlider is currently struggling with keyboard navigation
public class BetterSlider extends ForgeSlider {

protected final SliderEvent onSliderChanged;
Expand Down

0 comments on commit f27006b

Please sign in to comment.