You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
<!-- Please summarize your changes. -->
I have changed the description of the `DeltaTimeSim` param to correctly
say it is the time since the last simulation step instead of the last
frame
<!-- Please link to any applicable information (forum posts, bug
reports, etc.). -->
```lua
local dt1 = game:GetService("RunService").PreSimulation:Wait()
local dt2 = game:GetService("RunService").PreSimulation:Wait()
print(dt1, dt2) -- almost always outputs the same values, the physics simulation runs at a fixed 240hz afaik which would result in this
```
## Checks
By submitting your pull request for review, you agree to the following:
- [X] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [X] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [X] To the best of my knowledge, all proposed changes are accurate.
---------
Co-authored-by: IgnisRBX <[email protected]>
0 commit comments