mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 04:31:08 -06:00
Jenkins compile fix
This commit is contained in:
@@ -547,7 +547,9 @@ bool LuaConsole::keyboardCallback(Key key, KeyModifier modifier, KeyAction actio
|
||||
}
|
||||
}
|
||||
|
||||
void LuaConsole::charCallback(unsigned int codepoint, KeyModifier /*modifier*/) {
|
||||
void LuaConsole::charCallback(unsigned int codepoint,
|
||||
[[maybe_unused]] KeyModifier modifier)
|
||||
{
|
||||
if (!_isVisible) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user