Skip to content

Commit

Permalink
update imgui and modify code since we change API
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWinAdmin committed Mar 26, 2023
1 parent faeab56 commit 2510107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imgui
Submodule imgui updated from 0eddf3 to 8675c2
2 changes: 1 addition & 1 deletion test/immidi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ static std::string ReplaceDigital(const std::string str)
return result;
}

static void Midi_SetupContext(ImGuiContext* ctx)
static void Midi_SetupContext(ImGuiContext* ctx, bool in_splash)
{
#ifdef USE_BOOKMARK
ImGuiSettingsHandler bookmark_ini_handler;
Expand Down

0 comments on commit 2510107

Please sign in to comment.