Skip to content

Commit f2df279

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 40ec959 commit f2df279

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/SDL3/SDL_rect.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ typedef struct SDL_Rect
9090
/**
9191
* A rectangle stored using floating point values.
9292
*
93-
* The origin of the coordinate space is in the top-left, with increasing values moving down and right.
94-
* The properties `x` and `y` represent the coordinates of the top-left corner of the rectangle.
93+
* The origin of the coordinate space is in the top-left, with increasing
94+
* values moving down and right. The properties `x` and `y` represent the
95+
* coordinates of the top-left corner of the rectangle.
9596
*
9697
* \since This struct is available since SDL 3.2.0.
9798
*

0 commit comments

Comments
 (0)