> Changes for Build #62
> [Tom Hayward <tom@tomh.us>] Only update import progress bar on non-empty and mod 50. Fixes #119.
I left out a word from this commit message. It doesn't update on mod 50, it updates on mod max/50 (minimum of 50 points of resolution). This is much faster to render than the old default of 1000 points.
Tom