fix: Added back deleted variable to make web build work again
This commit is contained in:
parent
466a843263
commit
0b6316ea23
@ -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
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user