Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some minor errors #3

Open
Remi-Tribia opened this issue Jun 19, 2018 · 0 comments
Open

Some minor errors #3

Remi-Tribia opened this issue Jun 19, 2018 · 0 comments

Comments

@Remi-Tribia
Copy link

Remi-Tribia commented Jun 19, 2018

  • On line 300 & 301:
files[ k ] = { prog: 0, fileSize: t.fileSize };
fileSum += t.fileSize;

should be

files[ k ] = { prog: 0, fileSize: f.fileSize };
fileSum += f.fileSize;
  • Also on line 545:
    geometries[ p ].prog = pr; should be files[ p ].prog = pr;

  • And lastly there was an error when loading file and trying to add the property .name to the resulting string on line 1073, I had to comment the line...

@Remi-Tribia Remi-Tribia changed the title Wrong variable name Some minor errors Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant