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);