aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
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);