Skip to content

Commit fbdb67d

Browse files
committed
Fix
1 parent 3e489f3 commit fbdb67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Delphi/Get data/Unit1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ _HMDData = record
6868
X: double;
6969
Y: double;
7070
Z: double;
71-
Yaw: real;
71+
Yaw: double;
7272
Pitch: double;
7373
Roll: double;
7474
end;

0 commit comments

Comments
 (0)