mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Merge branch 'master' into feature/getting-started-tour
# Conflicts: # modules/skybrowser/skybrowsermodule.cpp
This commit is contained in:
@@ -169,7 +169,7 @@ SkyBrowserModule::SkyBrowserModule()
|
||||
|
||||
// Set callback functions
|
||||
global::callback::mouseButton->emplace(global::callback::mouseButton->begin(),
|
||||
[&](MouseButton button, MouseAction action, KeyModifier) -> bool {
|
||||
[&](MouseButton, MouseAction action, KeyModifier) -> bool {
|
||||
if (action == MouseAction::Press) {
|
||||
_cameraRotation.stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user