Java game loop FPS problems

后端 未结 0 1492
旧时难觅i
旧时难觅i 2021-01-30 21:16

I\'m making games in Java. I\'m using this game loop:

public void run() {

    this.requestFocus();

    double firstTime = 0;
    double lastTime = System.nanoTi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题