mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Move analogue mode filter update logic to fixed-timestep loop
Otherwise if the analogue filter is scrolling, it'll scroll by REALLY fast.
This commit is contained in:
@@ -486,6 +486,11 @@ int main(int argc, char *argv[])
|
||||
graphics.updatescreenshake();
|
||||
}
|
||||
|
||||
if (graphics.screenbuffer->badSignalEffect)
|
||||
{
|
||||
UpdateFilter();
|
||||
}
|
||||
|
||||
//We did editorinput, now it's safe to turn this off
|
||||
key.linealreadyemptykludge = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user