Skip to content

Commit

Permalink
Merge branch 'master' into impl-hand-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 authored Oct 28, 2024
2 parents 4c84375 + 2dace70 commit 5230919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class MixinEntityRenderer implements IResourceManagerReloadListe
private void iris$beginRender(float partialTicks, long startTime, CallbackInfo ci, @Share("pipeline") LocalRef<WorldRenderingPipeline> pipeline) {
CapturedRenderingState.INSTANCE.setTickDelta(partialTicks);
SystemTimeUniforms.COUNTER.beginFrame();
SystemTimeUniforms.TIMER.beginFrame(startTime);
SystemTimeUniforms.TIMER.beginFrame(System.nanoTime());

Program.unbind();

Expand Down

0 comments on commit 5230919

Please sign in to comment.