Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2, Sig, Sigo 2022-06-09 19:23:39 +00:00 committed by GitHub
parent 8d26b031cd
commit 9ba3105b1b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -90,7 +90,7 @@ public class RabiClone{
while (true) {
long timePassed = System.nanoTime()-lastGameTime;
lastGameTime=System.nanoTime();
double updateMult = Math.min(1/144d,timePassed/1000000000d);
double updateMult = Math.min(1/120d,timePassed/1000000000d);
handleGameControllers();