Files
sbox-public/engine/Sandbox.Engine/Scene/GameObjectSystems/SceneAnimationSystem.cs
Lorenz Junglas acfbbb0ef6 Move AnimDecodeCache lock from managed to native (#3662)
* Move AnimDecodeCache lock managed to native

Should prevent crash if cache is accessed concurrently by native and managed at the same time.

* Also pass lock thrugh CalcLocalHierarchyAnimation

* Make sure nested bone merge hierarchies update correctly
2026-01-06 13:34:46 +01:00

3.0 KiB