SDL_Log: restore SDL2's SDL_LogCategory order

This commit is contained in:
Anonymous Maarten
2024-09-06 16:08:20 +02:00
committed by Anonymous Maarten
parent 26728c321f
commit 360bc667a8
2 changed files with 3 additions and 3 deletions

View File

@@ -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);