mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Issue/1355 (#1424)
* Move glfw init after macOS window is ready * MacOS fixes for BigSur * Compile fixs * Rename hirise.asset since linux filenames are case-sensitive * Modified globals DataStorage method to make Linux and Mac happy * Switched to unsecure http URLs for satellites due to httprequest problem * Keep the QApplication around on Mac because of some reason otherwise the keyboard handler crashes * Add comment explaining the madness * Apply same techniques to the globalscallback file Co-authored-by: Micah Acinapura <micahnyc@gmail.com> Co-authored-by: Gene Payne <payne.gene@gmail.com>
This commit is contained in:
@@ -73,7 +73,7 @@ ServerInterface* ServerModule::serverInterfaceByIdentifier(const std::string& id
|
||||
}
|
||||
|
||||
void ServerModule::internalInitialize(const ghoul::Dictionary& configuration) {
|
||||
global::callback::preSync.emplace_back([this]() {
|
||||
global::callback::preSync->emplace_back([this]() {
|
||||
ZoneScopedN("ServerModule")
|
||||
|
||||
preSync();
|
||||
|
||||
Reference in New Issue
Block a user