SDL Wiki Bot 1 год назад
Родитель
Сommit
4928d0e479
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      include/SDL3/SDL_blendmode.h

+ 2 - 1
include/SDL3/SDL_blendmode.h

@@ -37,7 +37,8 @@ extern "C" {
 /**
  * A set of blend modes used in drawing operations.
  *
- * Note that additional values may be obtained from SDL_ComposeCustomBlendMode.
+ * Note that additional values may be obtained from
+ * SDL_ComposeCustomBlendMode.
  *
  * \since This datatype is available since SDL 3.0.0.
  *