Merge branch 'master' into feature/getting-started-tour

# Conflicts:
#	modules/skybrowser/skybrowsermodule.cpp
This commit is contained in:
Ylva Selling
2022-06-29 05:21:45 -04:00
216 changed files with 1007 additions and 547 deletions

View File

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