fix(SpeedoMeter): drawing inside of phone (#2378)

This commit is contained in:
Andreas Maerten 2023-11-03 21:31:09 +01:00 committed by GitHub
parent a07faf7ca3
commit cd01243904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,8 @@ namespace big
g.vehicle.speedo_meter.y + .08f,
1);
}
GRAPHICS::SET_SCRIPT_GFX_DRAW_ORDER(1);
}
};