GUI: fix visualizer when things are on

issue #2212
This commit is contained in:
tildearrow 2024-10-17 01:52:06 -05:00
parent 617bdc0f3b
commit 3164f311f5
3 changed files with 8 additions and 2 deletions

View file

@ -2528,6 +2528,7 @@ class FurnaceGUI {
SelectionPoint sel1, sel2;
int dummyRows;
int transposeAmount, randomizeMin, randomizeMax, fadeMin, fadeMax, collapseAmount;
float playheadY;
float scaleMax;
bool fadeMode, randomMode, haveHitBounds;
signed char pendingStepUpdate;