Skip to content

Commit

Permalink
Fix allowToggle3DAnaglyph
Browse files Browse the repository at this point in the history
  • Loading branch information
jss2a98aj committed May 1, 2024
1 parent 53c763f commit 92044c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jss/notfine/gui/NotFineGameOptionPages.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public static OptionPage other() {
.setBinding((opts, value) -> opts.anaglyph = value, opts -> opts.anaglyph)
.setImpact(OptionImpact.HIGH)
.setFlags(OptionFlag.REQUIRES_RENDERER_RELOAD)
.setEnabled(NotFineConfig.allowAdvancedOpenGL)
.setEnabled(NotFineConfig.allowToggle3DAnaglyph)
.build())
.add(OptionImpl.createBuilder(boolean.class, vanillaOpts)
.setName(I18n.format("options.showCape"))
Expand Down

0 comments on commit 92044c0

Please sign in to comment.