新增mixer控件

This commit is contained in:
2024-06-13 20:52:55 +08:00
parent dc4576634d
commit 1c76e93d29
3 changed files with 10 additions and 2 deletions

View File

@@ -76,7 +76,6 @@ void window_manager::destroy_plugin_window(plugin_host* host) {
}
void window_manager::update() {
// glfwPollEvents();
for (auto& info : host_infos_) {
if (!info.second.window) {
continue;