We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fffbdb + 623ec3a commit c81a5f4Copy full SHA for c81a5f4
addons/block_code/code_generation/block_definition.gd
@@ -289,6 +289,6 @@ static func new_variable_getter(variable: VariableDefinition) -> Resource:
289
Types.BlockType.VALUE,
290
variable.var_type,
291
"%s" % variable.var_name,
292
- "%s",
+ "%s" % variable.var_name,
293
)
294
return block_definition
0 commit comments