Browse Source

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
Jeroen van Rijn 2 months ago
parent
commit
17319efd8f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      vendor/sdl3/ttf/sdl3_ttf.odin

+ 0 - 1
vendor/sdl3/ttf/sdl3_ttf.odin

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