Closed starfi5h closed 3 years ago
Closes #109 EjectorComponent.InternalUpdate() is now multi-thread, so using non thread-safe dictionary operations may cause problems. This version uses thread-safe ConcurrentDictionary instead of Dictionary, in exchange for some performance loss.
@starfi5h hi can you tell me how to use this modification for RailgunRetargeting?
@nyqeest You can make your own build as Daedeross suggested, or replace the .dll with this complied file.
Closes #109
EjectorComponent.InternalUpdate() is now multi-thread, so using non thread-safe dictionary operations may cause problems. This version uses thread-safe ConcurrentDictionary instead of Dictionary, in exchange for some performance loss.