Remove error logging from PowerScaledSphere

This commit is contained in:
Alexander Bock
2014-12-06 17:51:25 +01:00
parent afa2d4d6a9
commit 7fc33948ca
2 changed files with 1 additions and 7 deletions

View File

@@ -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);