connorwmackay / BlockGame

Another attempt at making a Minecraft clone with OpenGL and C++
GNU General Public License v3.0
0 stars 0 forks source link

Support Delta Time #10

Closed connorwmackay closed 2 months ago

connorwmackay commented 5 months ago

Make the game physics frame-rate independant using delta time.

connorwmackay commented 2 months ago

Decided to go with fixed-rate physics updates instead