Skip to content

Commit

Permalink
Block Face Culling requires a renderer reload
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Apr 30, 2023
1 parent d50082f commit d15113c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public static OptionPage performance() {
.setControl(TickBoxControl::new)
.setImpact(OptionImpact.MEDIUM)
.setBinding((opts, value) -> opts.performance.useBlockFaceCulling = value, opts -> opts.performance.useBlockFaceCulling)
.setFlags(OptionFlag.REQUIRES_RENDERER_UPDATE)
.setFlags(OptionFlag.REQUIRES_RENDERER_RELOAD)
.build()
)
.add(OptionImpl.createBuilder(boolean.class, sodiumOpts)
Expand Down

0 comments on commit d15113c

Please sign in to comment.