diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-13 10:59:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-13 10:59:00 +0200 |
| commit | 1a16dabfb52a5f3e82afa22ee827d8ed8f17511e (patch) | |
| tree | d99eddbfc533a6ce37fde09d31f656ff31887dcb /main/timer_sync.cpp | |
| parent | 9c0cc0db63f61cd71a2a735519dc7816973e5b7e (diff) | |
| parent | 08bde5b2dea65ef3f80af5de4f4caf0e76982b64 (diff) | |
| download | redot-engine-1a16dabfb52a5f3e82afa22ee827d8ed8f17511e.tar.gz | |
Merge pull request #21982 from luzpaz/misc-typos
Misc. typos
Diffstat (limited to 'main/timer_sync.cpp')
| -rw-r--r-- | main/timer_sync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/timer_sync.cpp b/main/timer_sync.cpp index 9f4f6ed271..275465914e 100644 --- a/main/timer_sync.cpp +++ b/main/timer_sync.cpp @@ -83,7 +83,7 @@ MainFrameTime MainTimerSync::advance_core(float p_frame_slice, int p_iterations_ int min_typical_steps = typical_physics_steps[0]; int max_typical_steps = min_typical_steps + 1; - // given the past recorded steps and typcial steps to match, calculate bounds for this + // given the past recorded steps and typical steps to match, calculate bounds for this // step to be typical bool update_typical = false; |
