Skip to content

Commit 9053fe1

Browse files
committed
Remove redundant load check
1 parent 8c56232 commit 9053fe1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/github/argon4w/acceleratedrendering/features/entities/mixins/InventoryScreenMixin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ private static void renderEntityInInventoryFast(
3232
|| !AcceleratedEntityRenderingFeature .isEnabled ()
3333
|| !AcceleratedEntityRenderingFeature .shouldUseAcceleratedPipeline ()
3434
|| !AcceleratedEntityRenderingFeature .shouldAccelerateInGui ()
35-
|| !CoreFeature .isLoaded ()
3635
) {
3736
operation.call(
3837
entityRenderDispatcher,

0 commit comments

Comments
 (0)