mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-29 07:39:38 +00:00
When AnimatedSprite2D::play() was called before SpriteFrames has been initialized, a crach occurred (issue #46013).
Modification : An error message on null check test has been added to prevent crash.
Fix #46013.
(cherry picked from commit 324ab63844)