1
0
mirror of synced 2025-01-10 21:41:53 +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
std::ignore = scanCode;
// Emscripten doesn't support glfwGetKeyName. Just pass the value through.
#endif