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
debug.timeScale has no effect on dt(). Changing debug.timeScale during runtime will affect nothing.
debug.timeScale
dt()
4000.0.0-alpha.15 and every 3001 version, iirc.
4000.0.0-alpha.15
3001
Alternative:
console.log(dt())
1
debug.timeScale should scale the return value of dt().
The text was updated successfully, but these errors were encountered:
lajbel
No branches or pull requests
Describe the bug
debug.timeScale
has no effect ondt()
. Changingdebug.timeScale
during runtime will affect nothing.Version
4000.0.0-alpha.15
and every
3001
version, iirc.To Reproduce
Steps to reproduce the behavior:
Alternative:
console.log(dt())
withdebug.timeScale
value of1
, note the return valuedebug.timeScale
console.log(dt())
again, note how the return value is not scaledExpected behavior
debug.timeScale
should scale the return value ofdt()
.The text was updated successfully, but these errors were encountered: