Преглед на файлове

Sync SDL3 wiki -> header

SDL Wiki Bot преди 1 година
родител
ревизия
d5a0f60963
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      include/SDL3/SDL_render.h

+ 2 - 1
include/SDL3/SDL_render.h

@@ -2007,7 +2007,8 @@ extern SDL_DECLSPEC int SDLCALL SDL_RenderPresent(SDL_Renderer *renderer);
 extern SDL_DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture *texture);
 
 /**
- * Destroy the rendering context for a window and free all associated textures.
+ * Destroy the rendering context for a window and free all associated
+ * textures.
  *
  * This should be called before destroying the associated window.
  *