ziglings/patches/patches/060_floats.patch
2023-08-27 19:11:21 +02:00

4 lines
110 B
Diff

46c46
< const shuttle_weight: f16 = 907.18 * 2200;
---
> const shuttle_weight: f32 = 907.18 * 2200.0;