impr: Made interactive help api easier to use

This commit is contained in:
WerWolv
2025-01-09 18:34:39 +01:00
parent e2c302836f
commit 98f32ebcad
4 changed files with 80 additions and 11 deletions

View File

@@ -299,6 +299,8 @@ namespace hex {
ImGui_ImplGlfw_NewFrame();
ImGui::NewFrame();
TutorialManager::drawTutorial();
EventFrameBegin::post();
// Handle all undocked floating windows
@@ -633,8 +635,6 @@ namespace hex {
void Window::frameEnd() {
EventFrameEnd::post();
TutorialManager::drawTutorial();
// Clean up all tasks that are done
TaskManager::collectGarbage();