overte-HifiExperiments/libraries/animation
Anthony J. Thibault aef19c6f97 Rig: Use a registry to prevent use after free crashes/corruption
Create a global registry to hold all the currently active Rig instances.
Use this registry and it's mutex to prevent accessing the rig after it has already been destroyed,
or is in the process of being destroyed on the main thread.
2017-08-15 18:28:51 -07:00
..
src Rig: Use a registry to prevent use after free crashes/corruption 2017-08-15 18:28:51 -07:00
CMakeLists.txt