Skip to content

Commit

Permalink
[#46] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Orchaldir committed Nov 1, 2023
1 parent 517b014 commit 063d482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpg_tools_rendering/src/rendering/character/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ fn render_head_before_body_from_front(
) {
render_ears(renderer, config, aabb, head);
render_head_shape(renderer, config, aabb, head);
render_eyes(renderer, config, aabb, head);
render_hair_before_head_from_front(renderer, config, aabb, head);
render_mouth(renderer, config, aabb, head);
render_eyes(renderer, config, aabb, head);
}

fn render_head_behind_body_from_front(
Expand Down

0 comments on commit 063d482

Please sign in to comment.