mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
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:
Vendored
-1
@@ -51,7 +51,6 @@ Text :: struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FontStyle :: enum u32 {
|
FontStyle :: enum u32 {
|
||||||
NORMAL,
|
|
||||||
BOLD,
|
BOLD,
|
||||||
ITALIC,
|
ITALIC,
|
||||||
UNDERLINE,
|
UNDERLINE,
|
||||||
|
|||||||
Reference in New Issue
Block a user