mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
build: Fix and re-enable Web build
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
}
|
||||
|
||||
int runImHex() {
|
||||
// Initialize GLFW
|
||||
if (!glfwInit()) {
|
||||
log::fatal("Failed to initialize GLFW!");
|
||||
std::abort();
|
||||
}
|
||||
|
||||
static std::unique_ptr<init::WindowSplash> splashWindow;
|
||||
splashWindow = initializeImHex();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user