mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 15:23:15 +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:
1
vendor/sdl3/ttf/sdl3_ttf.odin
vendored
1
vendor/sdl3/ttf/sdl3_ttf.odin
vendored
@@ -51,7 +51,6 @@ Text :: struct {
|
||||
}
|
||||
|
||||
FontStyle :: enum u32 {
|
||||
NORMAL,
|
||||
BOLD,
|
||||
ITALIC,
|
||||
UNDERLINE,
|
||||
|
||||
Reference in New Issue
Block a user