Skip to content

Remove static modifier from local variables used to store temporary loading results

elsid requested to merge elsid/openmw:rm_esm4_local_static into master

They make the code thread unsafe because different threads will use the same memory to write and read using different instances of the loaded objects.

Merge request reports