Fixed missing comptime.
This commit is contained in:
parent
8058678680
commit
c2a97bb9c1
2 changed files with 5 additions and 1 deletions
|
|
@ -6,3 +6,7 @@
|
|||
< var scale: u32 = undefined;
|
||||
---
|
||||
> comptime var scale: u32 = undefined;
|
||||
76c76
|
||||
< minnow.scaleMe(scale);
|
||||
---
|
||||
> minnow.scaleMe(32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue