WopsS / RED4ext.SDK

A library to create mods for REDengine 4 (Cyberpunk 2077), independently of RED4ext.
MIT License
93 stars 31 forks source link

fix multithread issue with TweakDB::UpdateRecord #34

Closed 0xSombra closed 3 years ago

0xSombra commented 3 years ago

removed 'static' from 'fakeTweakDB'. was useless anyway

WopsS commented 3 years ago

Thanks!