Open IAmNotHanni opened 5 years ago
Make sure every write operation in the core of the entity-system is protected by a std::mutex.
std::mutex
Have a look at lock guards as well as they will save lots of writing hassle.
Make sure every write operation in the core of the entity-system is protected by a
std::mutex
.