Closed huderlem closed 5 years ago
In optimize=true mode, combine identical implicit texts in the output. The following should only produce a single text.
optimize=true
lock faceplayer msgbox("Hello$") ... msgbox("Hello$") release
d9fb2a3ae7a1a991a13c34cbf4598a6119bd2681
In
optimize=true
mode, combine identical implicit texts in the output. The following should only produce a single text.