openfl/hxp

Set_Debug(bool) error

Opened this issue · 0 comments

The set debug function accepts value true or false but it set the "-debug" flag either way. Probably should remove the variable or check it before setting the flag. Checking it allow -debug to be cleaned, in case it had already been set, and is probably the better approach.