Skip to content

Core-locking: scene locking is not thread bound anymore

Philipp Schäfer requested to merge bugfix/update_locking_thread_bound into develop
  • Now uses a bool instead of thread ID during locking/unlocking
  • Multi-locking is not possible anymore => instead sends warning
  • removed member variables
    • m_csSyncModLock
    • m_lSyncModSpinCount

Merge request reports