pampersrocker / EvoNet

Evolution Simulation in XNA Refresh
MIT License
49 stars 12 forks source link

Fixed time update #33

Closed pampersrocker closed 7 years ago

pampersrocker commented 7 years ago

This unifies the fixed time update handling. Fixed Delta Time is generated in the UpdateModule abstract base class.

Additionally all tasks which take place over time incorporate the delta time, so changing the fixed update time only causes lower granularity in updates but does not give the creatues lower impact possibilities per update when increasing the delta time.

Update Interval can be set in the config and defaults to 10ms.