diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-09 13:02:36 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-09 13:02:36 -0400 |
commit | dd31256b88f07146b97ddc8dd1181dfc8f4644e3 (patch) | |
tree | 3582998cd8f51acf3348bffa786484eff9252330 /patches | |
parent | e9cf13bce8d3bfc59542f0b59764a6c46756543a (diff) | |
download | ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.tar.gz ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.tar.bz2 ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.tar.xz ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.zip |
Added ex060 floats
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; |