1
0
mirror of synced 2025-02-23 05:09:42 +01:00

fix: Added back deleted variable to make web build work again

This commit is contained in:
WerWolv 2025-01-17 17:26:46 +01:00
parent 466a843263
commit 0b6316ea23

View File

@ -912,6 +912,7 @@ namespace hex {
ImGui::GetIO().MousePos = ImVec2(); ImGui::GetIO().MousePos = ImVec2();
} }
#elif defined(OS_WEB) #elif defined(OS_WEB)
auto win = static_cast<Window *>(glfwGetWindowUserPointer(ImHexApi::System::getMainWindowHandle()));
win->fullFrame(); win->fullFrame();
#endif #endif
}); });