summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-11 23:41:42 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-06-11 23:41:42 +0200
commit7a16ed09ac1700a61c6948951d56961f81c1ff77 (patch)
tree21b0d7453d55a07d383f79d240693506f0b7c82f /patches
parentcac5770e3cbccccf1eac57f754e418ad56661df9 (diff)
Fixed missing comptime.
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/068_comptime3.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/068_comptime3.patch b/patches/patches/068_comptime3.patch
index 985f0e6..d05b30b 100644
--- a/patches/patches/068_comptime3.patch
+++ b/patches/patches/068_comptime3.patch
@@ -6,3 +6,7 @@
< var scale: u32 = undefined;
---
> comptime var scale: u32 = undefined;
+76c76
+< minnow.scaleMe(scale);
+---
+> minnow.scaleMe(32);