dt-rush / sameriver

game engine written in go
Other
1 stars 1 forks source link

`dt` for runtimeLimiter Logics #5

Closed dt-rush closed 1 year ago

dt-rush commented 1 year ago

inside a runtimelimiter, it should maintain a time.Time() from the last run of each logic, and pass time.Since(t) as the dt to the logic

dt-rush commented 1 year ago

This is resolved by #15