mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Made interactive help api easier to use
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user