Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Set frame step to elapsed time in case of external clock. (#840)
Previously the time step (base of frame step) was set to the fixed frame step (1 / FPS * scale) when the user was using external clock (setting the clock manually). This commit introduces a different behaviour: the timestep is the elapsed time bewteen two clock set of the user.
- Loading branch information