Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jan 17, 2024
1 parent 0f9974a commit 8a29033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VortexEditor/VortexEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ bool VortexEditor::init(HINSTANCE hInst)
// initialize the system that wraps the vortex engine
m_vortex.initEx<VortexEditorCallbacks>();

// 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");

Expand Down

0 comments on commit 8a29033

Please sign in to comment.