Merge branch 'master' into graphics

This commit is contained in:
Blaise Tine
2021-08-02 23:57:53 -07:00
61 changed files with 723 additions and 860462 deletions

View File

@@ -241,7 +241,7 @@ def expand_text(text, params):
while True:
if iter > 65536:
raise Exception("Macro recursion!")
raise Exception("Macro recursion!")
has_func = False
while True:
params_updated = False