Skip to content

Commit

Permalink
Merge pull request #80406 from lawnjelly/animated_sprite_normal_fix
Browse files Browse the repository at this point in the history
[3.x] Fix AnimatedSprite normal map loading
  • Loading branch information
akien-mga committed Aug 15, 2023
2 parents c685501 + d02b319 commit 21ab700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/2d/animated_sprite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 21ab700

Please sign in to comment.