mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
10b82e6255
* The event browser called SetEventID from OnCaptureLoaded, which would then call OnEventChanged on all viewers, which if they kicked off work could happen at the same time as the later call to OpCaptureLoaded for them. * In the mesh viewer this seemed to lead to a race condition and had a chance to corrupt memory.