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

Setting the dressingScale parameter via a param string doesn't work #74

Open
alfonso-paella opened this issue Nov 18, 2021 · 0 comments

Comments

@alfonso-paella
Copy link
Contributor

I was able to fix it by changing this line

from

var ds = this.environmentData.dressingScale;

to

var ds = parseInt(this.environmentData.dressingScale);
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