Make it possible to click on the friction markers in the image to toggle the friction (closes issue #576)

This commit is contained in:
Alexander Bock
2018-04-21 19:04:47 +00:00
parent f7e5ba8fff
commit 7068637c9d
4 changed files with 85 additions and 0 deletions

View File

@@ -273,6 +273,8 @@ private:
// disable the synchronization; otherwise a hardware sync will kill us after 1 minute
bool _isFirstRenderingFirstFrame = true;
glm::dvec2 _mousePosition;
static OpenSpaceEngine* _engine;
};