Files
godot/editor
Anish d6e4a08c61 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
2019-03-11 17:04:02 +05:30
..
2019-01-13 09:28:56 -05:00
2019-02-13 09:23:29 +01:00