mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-11 05:59:57 -06:00
Remove error logging from PowerScaledSphere
This commit is contained in:
@@ -561,7 +561,7 @@ void OpenSpaceEngine::charCallback(unsigned int codepoint) {
|
||||
|
||||
void OpenSpaceEngine::mouseButtonCallback(int key, int action) {
|
||||
bool isConsumed = _gui->mouseButtonCallback(key, action);
|
||||
if (isConsumed)
|
||||
if (isConsumed && action != SGCT_RELEASE)
|
||||
return;
|
||||
|
||||
_interactionHandler.mouseButtonCallback(key, action);
|
||||
|
||||
Reference in New Issue
Block a user