Skip to content

Commit 13d9111

Browse files
Update comment about SDL_HAPTIC_INFINITY
1 parent fd5e685 commit 13d9111

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

units/sdlhaptic.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ const
323323
* SDL_HapticRunEffect
324324
*}
325325
const
326-
//SDL_HAPTIC_INFINITY = 4294967295U;
327-
SDL_HAPTIC_INFINITY = 4294967295; //right?!
326+
SDL_HAPTIC_INFINITY = 4294967295; // C: 4294967295U
328327

329328
{**
330329
* Structure that represents a haptic direction.

0 commit comments

Comments
 (0)