Browse Source

Fixed typo in header comment.

Philipp Wiesemann 11 năm trước cách đây
mục cha
commit
81c574b8cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/SDL_haptic.h

+ 1 - 1
include/SDL_haptic.h

@@ -1148,7 +1148,7 @@ extern DECLSPEC int SDLCALL SDL_HapticPause(SDL_Haptic * haptic);
  *
  *
  *  Call to unpause after SDL_HapticPause().
  *  Call to unpause after SDL_HapticPause().
  *
  *
- *  \param haptic Haptic device to pause.
+ *  \param haptic Haptic device to unpause.
  *  \return 0 on success or -1 on error.
  *  \return 0 on success or -1 on error.
  *
  *
  *  \sa SDL_HapticPause
  *  \sa SDL_HapticPause