Просмотр исходного кода

Document that the default log priority is error, not critical

Sam Lantinga 2 лет назад
Родитель
Сommit
a7a98d8bbb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/SDL3/SDL_log.h

+ 1 - 1
include/SDL3/SDL_log.h

@@ -59,7 +59,7 @@ extern "C" {
  *  By default the application category is enabled at the INFO level,
  *  the assert category is enabled at the WARN level, test is enabled
  *  at the VERBOSE level and all other categories are enabled at the
- *  CRITICAL level.
+ *  ERROR level.
  */
 typedef enum
 {