Skip to content

Commit 90fd2a3

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent edd0877 commit 90fd2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_rect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ SDL_FORCE_INLINE bool SDL_PointInRectFloat(const SDL_FPoint *p, const SDL_FRect
324324
}
325325

326326
/**
327-
* Determine whether a floating point rectangle can contain any point.
327+
* Determine whether a floating point rectangle takes no space.
328328
*
329329
* A rectangle is considered "empty" for this function if `r` is NULL, or if
330330
* `r`'s width and/or height are < 0.0f.

0 commit comments

Comments
 (0)