Skip to content

Commit 39794ae

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent d9b5783 commit 39794ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/SDL3/SDL_render.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
* may also be stretched with linear interpolation.
4040
*
4141
* This API is designed to accelerate simple 2D operations. You may want more
42-
* functionality such as polygons and particle effects and in that case you
43-
* should use SDL's OpenGL/Direct3D support, the SDL3 GPU API, or one of the
44-
* many good 3D engines.
42+
* functionality such as 3D polygons and particle effects, and in that case
43+
* you should use SDL's OpenGL/Direct3D support, the SDL3 GPU API, or one of
44+
* the many good 3D engines.
4545
*
4646
* These functions must be called from the main thread. See this bug for
4747
* details: https://github.com/libsdl-org/SDL/issues/986

0 commit comments

Comments
 (0)