We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For #398, I see
// elapsed time in the sim, in seconds. this.time = 0;
this.time gets incremented in step but I see no other usages. Can it be removed?
this.time
step
The text was updated successfully, but these errors were encountered:
Remove unused time variable, see phetsims/energy-skate-park#404
50d7e4a
Removed in the above commit in energy-skate-park.
Sorry, something went wrong.
No branches or pull requests
For #398, I see
this.time
gets incremented instep
but I see no other usages. Can it be removed?The text was updated successfully, but these errors were encountered: