Skip to content

Commit 6a1d546

Browse files
Update field name from _type to type_
1 parent 599d1e1 commit 6a1d546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/sdlhaptic.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ type
671671
type
672672
TSDL_HapticCustom = record
673673
{* Header *}
674-
_type: cuint16; {**< SDL_HAPTIC_CUSTOM *}
675-
direction: TSDL_HapticDirection; {**< Direction of the effect. *}
674+
type_: cuint16; {**< SDL_HAPTIC_CUSTOM *}
675+
direction: TSDL_HapticDirection; {**< Direction of the effect. *}
676676

677677
{* Replay *}
678678
length: cuint32; {**< Duration of the effect. *}

0 commit comments

Comments
 (0)