Skip to content

Commit

Permalink
Removed SDL 2.1 note, we're not going to revisit this for SDL 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 19, 2024
1 parent cc47969 commit f0a839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_haptic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f0a839b

Please sign in to comment.