Fixed missing comptime.

This commit is contained in:
Chris Boesch 2023-06-11 23:41:42 +02:00
parent 8058678680
commit c2a97bb9c1
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);