Fixed missing comptime.

This commit is contained in:
Chris Boesch
2023-06-11 23:41:42 +02:00
parent cac5770e3c
commit 7a16ed09ac
2 changed files with 5 additions and 1 deletions

View File

@@ -6,3 +6,7 @@
< var scale: u32 = undefined;
---
> comptime var scale: u32 = undefined;
76c76
< minnow.scaleMe(scale);
---
> minnow.scaleMe(32);