Skip to content

Commit

Permalink
Added documentation for engine.max_time_step in Project Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Sep 18, 2024
1 parent 080b966 commit f917c8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/manuals/project-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ Allow the engine to continue running while the application window is iconified (
#### Fixed Update Frequency
The update frequency of the `fixed_update(self, dt)` lifecycle function. In Hertz. 60 by default.

#### Max Time Step
If the time step becomes too large during a single frame, it will be capped to this max value. Seconds. 0.5 by default.

---

### Display
Expand Down

0 comments on commit f917c8b

Please sign in to comment.