Merge pull request #80406 from lawnjelly/animated_sprite_normal_fix

[3.x] Fix AnimatedSprite normal map loading
This commit is contained in:
Rémi Verschelde 2023-08-15 09:04:35 +02:00
commit 21ab700f2d
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -274,6 +274,7 @@ void SpriteFrames::_set_animations(const Array &p_animations) {
}
animations[d["name"]] = anim;
animations[d["name"]].normal_name = String(d["name"]) + NORMAL_SUFFIX;
}
}