mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #9797 from mhilbrunner/fix-spellcheck
3.x spellchecker fixes
This commit is contained in:
@@ -5,3 +5,5 @@ que
|
||||
raison
|
||||
uint
|
||||
subtile
|
||||
implementors
|
||||
thirdparty
|
||||
|
||||
@@ -155,7 +155,7 @@ default ``60``, or set ``Engine.physics_fps`` at run-time in a
|
||||
script. Values that are a multiple of the monitor refresh rate (typically
|
||||
``60``) work best when physics interpolation is disabled, as they will avoid
|
||||
jitter. This means values such as ``120``, ``180`` and ``240`` are good starting
|
||||
points. As a bonus, higher physics FPSes make tunneling and physics unstability
|
||||
points. As a bonus, higher physics FPSes make tunneling and physics instability
|
||||
issues less likely to occur.
|
||||
|
||||
The downside of increasing physics FPS is that CPU usage will increase, which
|
||||
|
||||
Reference in New Issue
Block a user