mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 12:10:53 +00:00
e3839b01bc
This not only was redundant with m_filter, even worse, it was in the wrong place. Control_GetInput is used to read the current input state from the backend and can get called at uneven intervals, or even multiple times during the same frame, so smoothing the movement here can lead to erratic behavior. With this change CONTROL_GetInput will return the same data unless it gets updated between calls. |
||
---|---|---|
.. | ||
blood | ||
build | ||
common | ||
core | ||
exhumed | ||
games/duke | ||
glbackend | ||
libsmackerdec | ||
platform | ||
sw | ||
thirdparty | ||
__autostart.cpp | ||
CMakeLists.txt | ||
g_pch.h | ||
gitinfo.cpp | ||
zzautozend.cpp |