Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-07-16 01:38:55 +00:00
parent 033df70d4c
commit 4ac67f5ba6
+2 -2
View File
@@ -115,8 +115,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
* Wait a specified number of nanoseconds before returning. * Wait a specified number of nanoseconds before returning.
* *
* This function waits a specified number of nanoseconds before returning. It * This function waits a specified number of nanoseconds before returning. It
* will attempt to wait as close to the requested time as possible, busy waiting * will attempt to wait as close to the requested time as possible, busy
* if necessary, but could return later due to OS scheduling. * waiting if necessary, but could return later due to OS scheduling.
* *
* \param ns the number of nanoseconds to delay. * \param ns the number of nanoseconds to delay.
* *