Skip to content

Commit c81a5f4

Browse files
authored
Merge pull request #402 from DoomTas3r/Repopulate-variables
Repopulate variable code template
2 parents 1fffbdb + 623ec3a commit c81a5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/code_generation/block_definition.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,6 @@ static func new_variable_getter(variable: VariableDefinition) -> Resource:
289289
Types.BlockType.VALUE,
290290
variable.var_type,
291291
"%s" % variable.var_name,
292-
"%s",
292+
"%s" % variable.var_name,
293293
)
294294
return block_definition

0 commit comments

Comments
 (0)