From 7a16ed09ac1700a61c6948951d56961f81c1ff77 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 11 Jun 2023 23:41:42 +0200 Subject: Fixed missing comptime. --- patches/patches/068_comptime3.patch | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'patches') 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); -- cgit v1.2.3