From 76bd96706eba8d151b88c36155348a0e73da5a07 Mon Sep 17 00:00:00 2001 From: System64 <42580501+system64MC@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:42:52 +0200 Subject: [PATCH] Update gui.h --- src/gui/gui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui.h b/src/gui/gui.h index 203fd20e8..45c43e56c 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -1611,6 +1611,7 @@ class FurnaceGUI { // wave generator int waveGenBaseShape; + int waveInterpolation; float waveGenDuty; int waveGenPower; float waveGenInvertPoint;