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 69ffd92 commit 40ddee5Copy full SHA for 40ddee5
include/SDL3_net/SDL_net.h
@@ -1069,7 +1069,7 @@ extern SDL_DECLSPEC bool SDLCALL SDLNet_SendDatagram(SDLNet_DatagramSocket *sock
1069
* packets or they don't arrive at all, so you'll never receive half a packet.
1070
*
1071
* This call never blocks; if no new data isn't available at the time of the
1072
- * call, it returns 0 immediately. The caller can try again later.
+ * call, it returns true immediately. The caller can try again later.
1073
1074
* On a successful call to this function, it returns zero, even if no new
1075
* packets are available, so you should check for a successful return and a
0 commit comments