Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Apr 20, 2024
1 parent 70451e1 commit 1917b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3/SDL_BlitSurfaceScaled.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int SDL_BlitSurfaceScaled(SDL_Surface *src, const SDL_Rect *srcrect, SDL_Surface
| **srcrect** | the [SDL_Rect](SDL_Rect) structure representing the rectangle to be copied |
| **dst** | the [SDL_Surface](SDL_Surface) structure that is the blit target |
| **dstrect** | the [SDL_Rect](SDL_Rect) structure representing the target rectangle in the destination surface, filled with the actual rectangle used after clipping |
| **scaleMode** | scale algorithm to be used |
| **scaleMode** | the [SDL_ScaleMode](SDL_ScaleMode) to be used |
## Return Value
Expand Down

0 comments on commit 1917b34

Please sign in to comment.