1
0
mirror of synced 2025-02-02 12:27:25 +01:00

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 #else
std::ignore = scanCode;
// Emscripten doesn't support glfwGetKeyName. Just pass the value through. // Emscripten doesn't support glfwGetKeyName. Just pass the value through.
#endif #endif