Parcourir la source

Document that the default log priority is error, not critical

Sam Lantinga il y a 2 ans
Parent
commit
a7a98d8bbb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 {