Skip to content

Commit

Permalink
Merge branch '1.18.2' into 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 13, 2023
2 parents 4a2608c + 30a9368 commit 0e23d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/coderbot/iris/Iris.java
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ public static String getFormattedVersion() {

public static boolean isSodiumInvalid() {
return sodiumInvalid;
}
}

public static boolean isSodiumInstalled() {
return sodiumInstalled;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/net/coderbot/iris/features/FeatureFlags.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public enum FeatureFlags {
PER_BUFFER_BLENDING(() -> true, IrisRenderSystem::supportsBufferBlending),
COMPUTE_SHADERS(() -> true, IrisRenderSystem::supportsCompute),
ENTITY_TRANSLUCENT(() -> true, () -> true),
REVERSED_CULLING(() -> true, () -> true),
SSBO(() -> true, IrisRenderSystem::supportsSSBO),
UNKNOWN(() -> false, () -> false);

Expand Down

0 comments on commit 0e23d6a

Please sign in to comment.