Parcourir la source

Removed SDL 2.1 note, we're not going to revisit this for SDL 3.0

Closes https://github.com/libsdl-org/SDL/issues/9480
Sam Lantinga il y a 9 mois
Parent
commit
f0a839b9b7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/SDL3/SDL_haptic.h

+ 1 - 1
include/SDL3/SDL_haptic.h

@@ -126,7 +126,7 @@
 extern "C" {
 #endif /* __cplusplus */
 
-/* FIXME: For SDL 2.1, adjust all the magnitude variables to be Uint16 (0xFFFF).
+/* FIXME:
  *
  * At the moment the magnitude variables are mixed between signed/unsigned, and
  * it is also not made clear that ALL of those variables expect a max of 0x7FFF.