From f0a839b9b78390bf9b552e5d585f780de1e212d1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 19 Jul 2024 13:38:41 -0700 Subject: [PATCH] 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 --- include/SDL3/SDL_haptic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_haptic.h b/include/SDL3/SDL_haptic.h index 9a1231df6e601..05263475ee2e2 100644 --- a/include/SDL3/SDL_haptic.h +++ b/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.