From 47a6f625f11d7c7c174ae5916932d85a913dede9 Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Mon, 6 Dec 2021 13:10:02 -0800 Subject: [PATCH] Actually add the Visual Delay method --- src/PlayerOptions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PlayerOptions.cpp b/src/PlayerOptions.cpp index 1cc9a27456..081aefb367 100644 --- a/src/PlayerOptions.cpp +++ b/src/PlayerOptions.cpp @@ -2513,6 +2513,7 @@ public: ADD_METHOD(NoteSkin); ADD_METHOD(FailSetting); ADD_METHOD(MinTNSToHideNotes); + ADD_METHOD(VisualDelay); // Speed ADD_METHOD( CMod );