This commit is contained in:
ThisIsALegitUsername 2023-03-15 13:13:42 +00:00
parent 94a1b9022a
commit 6277394d76

View File

@ -85,6 +85,6 @@ public class Timer {
this.elapsedTicks = 10;
}
this.renderPartialTicks = this.elapsedPartialTicks;
this.renderPartialTicks = ((int)(this.elapsedPartialTicks*64.0f) / 64.0f);
}
}