Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timers.rs documentation #9290

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Fix timers.rs documentation #9290

merged 1 commit into from
Jul 30, 2023

Conversation

arsmilitaris
Copy link
Contributor

Objective

The documentation for the print_when_completed system stated that this system would tick the Timer component on every entity in the scene.

This was incorrect as this system only ticks the Timer on entities with the PrintOnCompletionTimer component.

Solution

We suggest a modification to the documentation of this system to make it more clear.

The documentation for the `print_when_completed` system stated that this system would tick the `Timer` component on every entity in the scene.

This was incorrect as this system only ticks the `Timer` on entities with the `PrintOnCompletionTimer` component.

We suggest a modification to the documentation of this system to make it more clear.
@github-actions
Copy link
Contributor

Welcome, new contributor!

Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨

@alice-i-cecile alice-i-cecile added C-Examples An addition or correction to our examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it A-Time Involves time keeping and reporting labels Jul 27, 2023
@alice-i-cecile
Copy link
Member

Thanks: that's a much better comment now.

@mockersf mockersf added this pull request to the merge queue Jul 30, 2023
Merged via the queue into bevyengine:main with commit 370eed0 Jul 30, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Time Involves time keeping and reporting C-Examples An addition or correction to our examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants