assets/include/SDL2/SDL_log.h in ruby2d-0.11.3 vs assets/include/SDL2/SDL_log.h in ruby2d-0.12.0

- old
+ new

@@ -45,12 +45,12 @@ extern "C" { #endif /** - * \brief The maximum size of a log message + * \brief The maximum size of a log message prior to SDL 2.0.24 * - * Messages longer than the maximum size will be truncated + * As of 2.0.24 there is no limit to the length of SDL log messages. */ #define SDL_MAX_LOG_MESSAGE 4096 /** * \brief The predefined log categories