NativeDialogs
NativeDialogs copied to clipboard
Bugs in NativeListDialog.as
In the NativeListDialog.as in the row 323 instead of "_selectedValues[k]==true;" must be "_selectedValues[k]=true;", and in the row 384 instead of "_selectedValues[j] = true;" must be "_selectedValues[val] = true;". I can't use multichoice because of it. Can anybody recompile it?