Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Dec 5, 2024
1 parent 6f7b443 commit 28a218e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void addInitialPredicates() {
}

public static void defineSafeSmartOcclusion() {
// If Sodium is enabled, it's 100% safe to enable Smart Occlusion by default!
// If Sodium is enabled, then we have all the pillars required to make Smart Occlusion work smoothly
if (FabricLoader.getInstance().isModLoaded("sodium")) {
ZoomUtils.enableSafeSmartOcclusion();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static void addInitialPredicates() {
}

public static void defineSafeSmartOcclusion() {
// If Sodium is enabled, it's 100% safe to enable Smart Occlusion by default!
// If Sodium is enabled, then we have all the pillars required to make Smart Occlusion work smoothly
if (ModList.get().isLoaded("sodium")) {
ZoomUtils.enableSafeSmartOcclusion();
}
Expand Down

0 comments on commit 28a218e

Please sign in to comment.