02-01-2014, 13:38
FPS jest w ciągłej pętli while, a TPS jest uruchamiany w tej pętli ale poprzez timer który pilnuje aby nie było więcej niż 20tps.
https://dl.dropboxusercontent.com/u/1020....33.56.png
https://dl.dropboxusercontent.com/u/1020....45.32.png
Edit: Ja testowałem launcher który jest na moim kompie.
Kod w metodzie odpowiadającej za FPS
https://dl.dropboxusercontent.com/u/1020....33.56.png
https://dl.dropboxusercontent.com/u/1020....45.32.png
Edit: Ja testowałem launcher który jest na moim kompie.
Kod:
long var5 = System.nanoTime();
this.mcProfiler.startSection("tick");
for (int var3 = 0; var3 < this.timer.elapsedTicks; ++var3)
{
this.runTick();
}