Merge branch 'master' into graphics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user