Skip to content

Commit

Permalink
Fixes tags not generating unique data arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Oct 20, 2024
1 parent 5525bf9 commit 5c46810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/__scribble_gen_2_parser/__scribble_gen_2_parser.gml
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,7 @@ function __scribble_gen_2_parser()
_tag_start = buffer_tell(_string_buffer);
_tag_open_count = 1;
_tag_parameter_count = 0;

array_resize(_tag_parameters, 0);
_tag_parameters = [];
}
}
else if ((_glyph_ord == 0x0A) //If we've hit a newline (\n)
Expand Down

0 comments on commit 5c46810

Please sign in to comment.