bevy/crates/bevy_text
ickshonpe 9fafceba90
Remove z-axis scaling in extract_text2d_sprite (#9733)
# Objective

In `extract_text2d_sprite` the scaling by the scale factor should be
only be applied to the x and y axes but it's also applied to the z axis.

# Solution

Remove the scaling in the z axis
2023-09-11 19:12:23 +00:00
..
src Remove z-axis scaling in extract_text2d_sprite (#9733) 2023-09-11 19:12:23 +00:00
Cargo.toml Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00