Skip to content

Commit

Permalink
Fixed Uniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
MCRcortex committed Sep 16, 2023
1 parent d3eae8e commit d1501e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private static ClientWorld getWorld() {
}

private static float getSkyAngle() {
return getWorld().getSkyAngleRadians(CapturedRenderingState.INSTANCE.getTickDelta());
return getWorld().getSkyAngle(CapturedRenderingState.INSTANCE.getTickDelta());
}
}

0 comments on commit d1501e4

Please sign in to comment.