mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
Make PerformanceManager crash no longer
Replace `setPropertyValue` with `setPropertyValueSingle` in `property_helper` for better performance
This commit is contained in:
@@ -69,8 +69,6 @@ void PerformanceManager::CreateGlobalSharedMemory() {
|
||||
"The global memory struct does not fit the allocated global memory space"
|
||||
);
|
||||
|
||||
ghoul::SharedMemory::remove(GlobalSharedMemoryName);
|
||||
|
||||
if (ghoul::SharedMemory::exists(GlobalSharedMemoryName)) {
|
||||
ghoul::SharedMemory sharedMemory(GlobalSharedMemoryName);
|
||||
sharedMemory.acquireLock();
|
||||
|
||||
Reference in New Issue
Block a user