Skip to content

Commit 623ec3a

Browse files
authored
Repopulate variable code template
Fixes regression from 947bd28
1 parent 1fffbdb commit 623ec3a

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)