From 8a29033ee8814895be38bc8905fd20404516da89 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 16 Jan 2024 19:52:58 -0800 Subject: [PATCH] minor fix --- VortexEditor/VortexEditor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VortexEditor/VortexEditor.cpp b/VortexEditor/VortexEditor.cpp index 998520b..526f9cb 100644 --- a/VortexEditor/VortexEditor.cpp +++ b/VortexEditor/VortexEditor.cpp @@ -137,6 +137,9 @@ bool VortexEditor::init(HINSTANCE hInst) // initialize the system that wraps the vortex engine m_vortex.initEx(); + // idk why not + m_vortex.setLedCount(1); + // initialize the window accordingly m_window.init(hInst, EDITOR_TITLE, BACK_COL, EDITOR_WIDTH, EDITOR_HEIGHT, g_pEditor, "VortexEditor");