Nadav-01 / Physics_Game

School project based on 2d physics. Written in Java. Pretty crappy, nothing to see here.
0 stars 0 forks source link

Make framerate consistent #3

Closed Nadav-01 closed 5 years ago

Nadav-01 commented 5 years ago

Currently using while loops and thread.sleep. Need to find a better way to refresh monitor consistently.

Nadav-01 commented 5 years ago

Implemented timer.scheduleAtFixedRate().