Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed Jan 13, 2025
1 parent e272422 commit b42f609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static RenderTarget getLightning() {
if (LIGHTNING.height != window.getHeight() || LIGHTNING.width != window.getWidth()) {
LIGHTNING.resize(window.getWidth(), window.getHeight(), Minecraft.ON_OSX);
} else {
LIGHTNING.clear(true);
LIGHTNING.clear(Minecraft.ON_OSX);
}
Minecraft.getInstance().getMainRenderTarget().bindWrite(false);
return LIGHTNING;
Expand Down

0 comments on commit b42f609

Please sign in to comment.