b3dgs / lionengine

Java 2D Game Engine
http://lionengine.b3dgs.com
GNU General Public License v3.0
137 stars 23 forks source link

Tick must be compatible with extrapolation #774

Closed DjThunder closed 2 years ago

DjThunder commented 2 years ago

Currently, Tick is working with unitary step. Refactor it to make it compatible with extrapolation value. This will allow to handle tick based time at any game speed.