mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2025-01-09 21:35:55 -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;
|