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

Derive Debug for Framecount #11573

Merged
merged 1 commit into from
Jan 28, 2024
Merged

Derive Debug for Framecount #11573

merged 1 commit into from
Jan 28, 2024

Conversation

alice-i-cecile
Copy link
Member

Objective

  • I wanted this for an example, and I think it's a fundamentally handy debugging tool (with already public fields).

Solution

  • derive(Debug) for FrameCount

I wanted this for an example, and I think it's a fundamentally handy debugging tool (with already public fields).
@alice-i-cecile alice-i-cecile added A-Core Common functionality for all bevy apps C-Usability A targeted quality-of-life change that makes Bevy easier to use labels Jan 28, 2024
@JMS55 JMS55 added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Jan 28, 2024
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Jan 28, 2024
Merged via the queue into main with commit 01ce75d Jan 28, 2024
26 checks passed
@alice-i-cecile alice-i-cecile deleted the debug-framecount branch February 1, 2024 21:58
tjamaan pushed a commit to tjamaan/bevy that referenced this pull request Feb 6, 2024
# Objective

- I wanted this for an example, and I think it's a fundamentally handy
debugging tool (with already public fields).

## Solution

-  `derive(Debug)` for `FrameCount`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Core Common functionality for all bevy apps C-Usability A targeted quality-of-life change that makes Bevy easier to use 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