SDL Wiki Bot 1 год назад
Родитель
Сommit
4ac67f5ba6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      include/SDL3/SDL_timer.h

+ 2 - 2
include/SDL3/SDL_timer.h

@@ -115,8 +115,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
  * Wait a specified number of nanoseconds before returning.
  *
  * 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
- * if necessary, but could return later due to OS scheduling.
+ * will attempt to wait as close to the requested time as possible, busy
+ * waiting if necessary, but could return later due to OS scheduling.
  *
  * \param ns the number of nanoseconds to delay.
  *