Prevents a Null Reference in deleting Animations.
A null Animation would cause a crash by accessing restricted memory. Solved by checking if the animation track is null before using the animation. Fixes: #26829
Loading
Please register or sign in to comment