Remove SDL3/TTF flag NORMAL

It's a `bit_set`, and NORMAL is an empty one.

https://wiki.libsdl.org/SDL3_ttf/TTF_SetFontStyle

Fixes #5275
This commit is contained in:
Jeroen van Rijn
2025-06-04 11:22:59 +02:00
parent d3922ebc06
commit 17319efd8f

View File

@@ -51,7 +51,6 @@ Text :: struct {
}
FontStyle :: enum u32 {
NORMAL,
BOLD,
ITALIC,
UNDERLINE,