mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Add guard to gaia.scene to log error if the Gaia module was not compiled
Point to correct shader paths Remove warnings
This commit is contained in:
@@ -32,7 +32,7 @@ GUIKeyboardHandler::GUIKeyboardHandler() {
|
||||
_keyConsumed = false;
|
||||
|
||||
global::callback::keyboard.push_back(
|
||||
[&](Key key, KeyModifier mod, KeyAction action) -> bool {
|
||||
[&](Key, KeyModifier, KeyAction) -> bool {
|
||||
const bool previous = _keyConsumed;
|
||||
_keyConsumed = false;
|
||||
return previous;
|
||||
|
||||
Reference in New Issue
Block a user