We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af0c7 commit e292d1fCopy full SHA for e292d1f
include/SDL3/SDL_init.h
@@ -38,8 +38,8 @@
38
* make sure that the display's resolution is back to what the user expects if
39
* you had previously changed it for your game.
40
*
41
- * SDL3 apps are strongly encouraged to call SDL_SetAppMetadata() at startup to
42
- * fill in details about the program. This is completely optional, but it
+ * SDL3 apps are strongly encouraged to call SDL_SetAppMetadata() at startup
+ * to fill in details about the program. This is completely optional, but it
43
* helps in small ways (we can provide an About dialog box for the macOS menu,
44
* we can name the app in the system's audio mixer, etc). Those that want to
45
* provide a _lot_ of information should look at the more-detailed
0 commit comments