Skip to content

Commit 28532f5

Browse files
committed
fix FuelXLap type to float32
1 parent a1fdb86 commit 28532f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type_graphic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type AccGraphic struct {
4242
TCCut int32
4343
EngineMap int32
4444
ABS int32
45-
FuelXLap int32
45+
FuelXLap float32
4646
RainLights int32
4747
FlashingLights int32
4848
LightsStage int32

0 commit comments

Comments
 (0)