mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
CMake cleanup (#2489)
* CMake Cleanup * Warning suppression with CEF * Use SGCT tinyxml in skybrowser for now * Disable warnings about missing field initializers
This commit is contained in:
@@ -182,7 +182,7 @@ SkyBrowserModule::SkyBrowserModule()
|
||||
// Set callback functions
|
||||
global::callback::mouseButton->emplace(
|
||||
global::callback::mouseButton->begin(),
|
||||
[&](MouseButton button, MouseAction action, KeyModifier, IsGuiWindow) -> bool {
|
||||
[&](MouseButton, MouseAction action, KeyModifier, IsGuiWindow) -> bool {
|
||||
if (action == MouseAction::Press) {
|
||||
_cameraRotation.stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user