Created Frames as a period of time (markdown)

shfil 2020-11-02 22:32:08 +01:00
parent 20f58a0bc7
commit 0b900d29c3

@ -0,0 +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.
List:
* `m_FrameCounter` inside `cAudioManager`