aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/068_comptime3.patch4
1 files changed, 0 insertions, 4 deletions
diff --git a/patches/patches/068_comptime3.patch b/patches/patches/068_comptime3.patch
index d05b30b..985f0e6 100644
--- a/patches/patches/068_comptime3.patch
+++ b/patches/patches/068_comptime3.patch
@@ -6,7 +6,3 @@
< var scale: u32 = undefined;
---
> comptime var scale: u32 = undefined;
-76c76
-< minnow.scaleMe(scale);
----
-> minnow.scaleMe(32);