Make PerformanceManager crash no longer

Replace `setPropertyValue` with `setPropertyValueSingle` in `property_helper` for better performance
This commit is contained in:
Alexander Bock
2019-09-16 15:55:35 +02:00
parent 9c1cb0c966
commit 2f966201cf
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -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();