This commit is contained in:
2025-08-15 17:17:11 -04:00
parent f75369f670
commit 8388fd5d99
12 changed files with 97 additions and 29 deletions

View File

@@ -207,7 +207,7 @@ struct ImguiHotkey
static void imgui_log_push(Imgui* self, const std::string& text)
{
self->log.push_back({text, IMGUI_LOG_DURATION});
std::println("[IMGUI] {}", text);
log_imgui(text);
}
static std::vector<ImguiHotkey>& imgui_hotkey_registry()