fix: Unused variable in wasm build

This commit is contained in:
WerWolv
2024-12-25 13:03:55 +01:00
parent b80e8b63c9
commit 347bdd9508

View File

@@ -906,6 +906,7 @@ namespace hex {
}
}
#else
std::ignore = scanCode;
// Emscripten doesn't support glfwGetKeyName. Just pass the value through.
#endif