Skip to content

Commit

Permalink
generator: increase envelope max chars
Browse files Browse the repository at this point in the history
  • Loading branch information
bnnm committed Apr 16, 2022
1 parent ec6caa4 commit 0eef6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwiser/wtxtp_printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DEBUG_PRINT_GROUP_HEADER = False
# envelopes tend to make giant lines in some cases and vgmstream max line is ~1000, to be improved
DEBUG_PRINT_ENVELOPES = True
DEBUG_PRINT_ENVELOPES_LIMIT = 500
DEBUG_PRINT_ENVELOPES_LIMIT = 1800

GROUPS_TYPE = {
wtxtp_tree.TYPE_GROUP_SINGLE: 'S',
Expand Down

0 comments on commit 0eef6ff

Please sign in to comment.