File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Update Interpolation
100100Because fixed updates work on the accumulation of time this may not sync with
101101the ``on_draw `` or ``on_update `` events. In extreme cases this can cause a visible stuttering to
102102objects moved within ``on_fixed_update ``. To prevent this, ``GLOBAL_FIXED_CLOCK `` provides
103- the ``accumulated `` and ``fraction``properties. By storing the last frame's position information it is possible
103+ the ``accumulated `` and ``fraction `` properties. By storing the last frame's position information it is possible
104104to use ``fraction `` to interpolate towards the next calculated positions. For a visual representation of
105105this effect look at ``arcade.examples.fixed_update_interpolation ``.
106106
You can’t perform that action at this time.
0 commit comments