mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Build issue when imgui test engine is disabled
This commit is contained in:
@@ -407,8 +407,10 @@ namespace hex {
|
||||
|
||||
ImGui::NewFrame();
|
||||
|
||||
if (ImGuiExt::ImGuiTestEngine::isEnabled())
|
||||
ImGuiTestEngine_ShowTestEngineWindows(m_testEngine, nullptr);
|
||||
#if defined(IMGUI_TEST_ENGINE)
|
||||
if (ImGuiExt::ImGuiTestEngine::isEnabled())
|
||||
ImGuiTestEngine_ShowTestEngineWindows(m_testEngine, nullptr);
|
||||
#endif
|
||||
|
||||
|
||||
TutorialManager::drawTutorial();
|
||||
|
||||
Reference in New Issue
Block a user