When listening to on progress, the final value returned is not always 1 when complete. Sometimes, it will return total files minus 1 (ie. for 6 files, the final value returned is sometimes 0.833...).This can also be observed in preloader.percTotal (which is never 1 and always totalFiles - 1 but I don't know if that is an issue).
When listening to on progress, the final value returned is not always 1 when complete. Sometimes, it will return total files minus 1 (ie. for 6 files, the final value returned is sometimes 0.833...).This can also be observed in preloader.percTotal (which is never 1 and always totalFiles - 1 but I don't know if that is an issue).