From f917c8b5522382412c5b3beb6a5905807ad59b5b Mon Sep 17 00:00:00 2001 From: JCash Date: Wed, 18 Sep 2024 09:38:49 +0200 Subject: [PATCH] Added documentation for engine.max_time_step in Project Settings --- docs/en/manuals/project-settings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/manuals/project-settings.md b/docs/en/manuals/project-settings.md index f6888ea1..d1345de8 100644 --- a/docs/en/manuals/project-settings.md +++ b/docs/en/manuals/project-settings.md @@ -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