We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906d358 commit 24a425dCopy full SHA for 24a425d
src/blocks/customblocks.cpp
@@ -29,6 +29,8 @@ void CustomBlocks::compileDefinition(Compiler *compiler)
29
{
30
auto prototype = compiler->input(CUSTOM_BLOCK)->valueBlock()->mutationPrototype();
31
compiler->setProcedurePrototype(prototype);
32
+ if (prototype->warp())
33
+ compiler->warp();
34
const std::vector<std::string> &args = prototype->argumentNames();
35
const std::string &code = prototype->procCode();
36
for (const std::string &arg : args)
0 commit comments