1
0
mirror of synced 2025-01-11 13:52:15 +01:00

fix: Unused variable in wasm build

This commit is contained in:
WerWolv 2024-12-25 13:03:55 +01:00
parent 6ead8d8b49
commit 99b90f90ac

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