4 lines
110 B
Diff
4 lines
110 B
Diff
43c43
|
|
< const shuttle_weight: f16 = 907.18 * 2200;
|
|
---
|
|
> const shuttle_weight: f32 = 907.18 * 2200.0;
|