summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-11 23:45:50 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-06-11 23:45:50 +0200
commit2815574e35feca0623a9622cf4e2b481dc400aad (patch)
tree93632246633f278917c16601529af1ed94405cf1
parent7a16ed09ac1700a61c6948951d56961f81c1ff77 (diff)
Removed debug info.
-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);