Fix fading when Sodium is installed

This commit is contained in:
James Seibel
2025-10-11 11:14:12 -05:00
parent 084de2b3f1
commit 4187eaf112
7 changed files with 14 additions and 41 deletions
@@ -170,7 +170,7 @@ public class MixinLevelRenderer
}
else if (renderType.equals(RenderType.tripwire()))
{
ClientApi.INSTANCE.renderFade();
ClientApi.INSTANCE.renderFadeTransparent();
}
}