mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 22:13:11 -05:00
4 lines
106 B
Diff
4 lines
106 B
Diff
43c43
|
|
< var shuttle_weight: f16 = 907.18 * 2200;
|
|
---
|
|
> var shuttle_weight: f32 = 907.18 * 2200.0;
|