fix: Issues with drawing interactive tutorial

This commit is contained in:
WerWolv
2025-11-30 14:07:57 +01:00
parent f3a2fe5b0d
commit cba93e87eb
5 changed files with 13 additions and 7 deletions

View File

@@ -416,8 +416,6 @@ namespace hex {
// Run all deferred calls
TaskManager::runDeferredCalls();
TutorialManager::drawTutorial();
EventFrameBegin::post();
// Handle all undocked floating windows
@@ -621,6 +619,8 @@ namespace hex {
}
}
TutorialManager::drawTutorial();
// Draw Toasts
{
u32 index = 0;