diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/060_floats.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/060_floats.patch b/patches/patches/060_floats.patch new file mode 100644 index 0000000..d20986e --- /dev/null +++ b/patches/patches/060_floats.patch @@ -0,0 +1,4 @@ +43c43 +< var shuttle_weight: f16 = 907.18 * 2200; +--- +> var shuttle_weight: f32 = 907.18 * 2200.0; |