Skip to content

Commit

Permalink
Metafunctions are pointless if not... pointed to
Browse files Browse the repository at this point in the history
  • Loading branch information
TehFlaminTaco committed Aug 24, 2020
1 parent 1dc2ddc commit 280c794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libs/LibDraw.cs
Expand Up @@ -790,6 +790,10 @@ public static class LibDraw{
return a;
});

meta["get"] = new VarFunction(d=>{
return metafuncs[d.Get(1).Required().Get()];
});

return meta;
}

Expand Down

0 comments on commit 280c794

Please sign in to comment.