Skip to content

Commit

Permalink
Fix 20 FPS toasts on 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jul 8, 2024
1 parent 39aadb1 commit 696981b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void toastRender(CallbackInfo ci) {
//#endif
mouseX, mouseY,
//#if MC >= 1.21
minecraft.getTimer().getRealtimeDeltaTicks()
minecraft.getTimer().getGameTimeDeltaPartialTick(false)
//#else
//$$ minecraft.getFrameTime()
//#endif
Expand Down

0 comments on commit 696981b

Please sign in to comment.