Dark text colors fix (#15794)

# Objective

Fix the text colors.

fixes #15788

## Solution

Add the missing corner flags.
This commit is contained in:
ickshonpe 2024-10-09 23:14:36 +01:00 committed by GitHub
parent 6d4ac458e0
commit 15072d7937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1176,7 +1176,7 @@ pub fn prepare_uinodes(
position: positions_clipped[i].into(),
uv: uvs[i].into(),
color,
flags: shader_flags::TEXTURED,
flags: shader_flags::TEXTURED | shader_flags::CORNERS[i],
radius: [0.0; 4],
border: [0.0; 4],
size: size.into(),