Yoh Deadfall
|
8aa22ba477
|
Removed frame rate updates from fixed step example (#1850)
Fixes #1751.
Output before:
```
...
update: 0.016478100000000495
update: 0.01955749999999945
fixed_update: 2.0052284
overstep_percentage: 0.00946374999999966
update: 0.013902800000000326
update: 0.02283240000000042
...
```
Output after:
```
...
fixed_update: 2.0053731
overstep_percentage: 0.0031439500000001175
fixed_update: 1.9976363
overstep_percentage: 0.0019621000000002997
fixed_update: 2.0069121999999995
overstep_percentage: 0.005418200000000262
...
```
|
2021-04-14 22:38:04 +00:00 |
|
Carter Anderson
|
b17f8a4bce
|
format comments (#1612)
Uses the new unstable comment formatting features added to rustfmt.toml.
|
2021-03-11 00:27:30 +00:00 |
|
Alexander Sepity
|
c2a427f1a3
|
Non-string labels (#1423 continued) (#1473)
Non-string labels
|
2021-02-18 13:20:37 -08:00 |
|
Carter Anderson
|
841755aaf2
|
Adopt a Fetch pattern for SystemParams (#1074)
|
2020-12-15 21:57:16 -08:00 |
|
Carter Anderson
|
509b138e8f
|
Schedule v2 (#1021)
Schedule V2
|
2020-12-12 18:04:42 -08:00 |
|