Skip to content

Commit

Permalink
update submodules and modify code since we changed API
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWinAdmin committed Jun 25, 2024
1 parent 6791f66 commit 88e68ec
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 b9c805 to 4dd4e9
2 changes: 1 addition & 1 deletion test/immidi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ struct audio_channel_data
ImTextureID texture_spectrogram {nullptr};
float m_decibel {0};
int m_DBMaxIndex {-1};
~audio_channel_data() { if (texture_spectrogram) ImGui::ImDestroyTexture(texture_spectrogram); }
~audio_channel_data() { ImGui::ImDestroyTexture(&texture_spectrogram); }
};

static MFnode *current_MFnode = NULL;
Expand Down

0 comments on commit 88e68ec

Please sign in to comment.