Skip to content

Commit

Permalink
Make the AnimFrame rapid fire wording more precise.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Jan 6, 2023
1 parent ee16727 commit 76ac6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/contexts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ impl_context_method!(EventCtx<'_, '_>, UpdateCtx<'_, '_>, LifeCycleCtx<'_, '_>,
/// or [`request_paint_rect`] when handling the [`AnimFrame`] event.
///
/// Note that not requesting paint when handling the [`AnimFrame`] event and then
/// recursively requesting another [`AnimFrame`] will lead to rapid event fire,
/// recursively requesting another [`AnimFrame`] can lead to rapid event fire,
/// which is probably not what you want and would most likely be wasted compute cycles.
///
/// [`AnimFrame`]: crate::Event::AnimFrame
Expand Down

0 comments on commit 76ac6a4

Please sign in to comment.