mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Issues with drawing interactive tutorial
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user