Fix frame time

shfil 2020-11-07 13:18:54 +01:00
parent 0b900d29c3
commit 2bfa896980

@ -1,4 +1,4 @@
Reason why unlocking frames above 30 is causing problems is caused by engine's assumption that framerate is constant. (Tickrate is 20Hz, so each frame is 20ms long.) So when you unlock framerate, then everything which is using this assumption is accelerated.
Reason why unlocking frames above 30 is causing problems is caused by engine's assumption that framerate is constant. (Tickrate is 20Hz, so each frame is 50ms long.) So when you unlock framerate, then everything which is using this assumption is accelerated.
List:
* `m_FrameCounter` inside `cAudioManager`