mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
The GPU log category ate one of the SDL reserved categories
Fixes https://github.com/libsdl-org/SDL/issues/10739
This commit is contained in:
parent
1849205733
commit
a01e8a5e10
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ typedef enum SDL_LogCategory
|
||||||
SDL_LOG_CATEGORY_GPU,
|
SDL_LOG_CATEGORY_GPU,
|
||||||
|
|
||||||
/* Reserved for future SDL library use */
|
/* Reserved for future SDL library use */
|
||||||
SDL_LOG_CATEGORY_RESERVED1,
|
|
||||||
SDL_LOG_CATEGORY_RESERVED2,
|
SDL_LOG_CATEGORY_RESERVED2,
|
||||||
SDL_LOG_CATEGORY_RESERVED3,
|
SDL_LOG_CATEGORY_RESERVED3,
|
||||||
SDL_LOG_CATEGORY_RESERVED4,
|
SDL_LOG_CATEGORY_RESERVED4,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue