mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-26 07:48:42 +00:00
SDL_Log: restore SDL2's SDL_LogCategory order
This commit is contained in:
parent
26728c321f
commit
360bc667a8
2 changed files with 3 additions and 3 deletions
|
|
@ -91,9 +91,9 @@ static const char * const SDL_category_names[] = {
|
|||
"AUDIO",
|
||||
"VIDEO",
|
||||
"RENDER",
|
||||
"GPU",
|
||||
"INPUT",
|
||||
"TEST"
|
||||
"TEST",
|
||||
"GPU"
|
||||
};
|
||||
SDL_COMPILE_TIME_ASSERT(category_names, SDL_arraysize(SDL_category_names) == SDL_LOG_CATEGORY_RESERVED1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue