Skip to content

Commit

Permalink
update command name
Browse files Browse the repository at this point in the history
  • Loading branch information
user-grinch committed Jun 22, 2024
1 parent 91371ef commit bde6d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opcodemgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1354,5 +1354,5 @@ void OpcodeMgr::RegisterCommands() {
wRegisterCommand("IMGUI_SET_NEXT_WINDOW_TRANSPARENCY", ImGuiSetNextWindowTransparency);
wRegisterCommand("IMGUI_SET_MESSAGE", ImGuiSetMessage);
wRegisterCommand("IMGUI_SETCOLUMN_WIDTH", ImGuiSetColumnWidth);
wRegisterCommand("IMGUI_BEGIN_CHILD", ImGuiBeginChildEx);
wRegisterCommand("IMGUI_BEGIN_CHILDEX", ImGuiBeginChildEx);
}

0 comments on commit bde6d6d

Please sign in to comment.