-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
warning log about time when starting an example #6355
Comments
I missed this in review. It's due to has_received_time being removed in #6159. @Lucidus115 did you want to fix this? If not I can. |
I'll quickly fix it. I didn't realize what it did exactly and probably should have left it alone. |
The first time that the system runs it won't have a time from the render world yet. So the bit suppresses the warning until it gets a time. I purposely didn't write it to only skip the first frame, since when we actually get pipelined rendering it'll be the first 2 frames without a time. |
That makes sense. Also I made the silly mistake of not reading the docs for the |
# Objective - Fixes bevyengine#6355 ## Solution - Add the removed local bool from bevyengine#6159
# Objective - Fixes bevyengine#6355 ## Solution - Add the removed local bool from bevyengine#6159
# Objective - Fixes bevyengine#6355 ## Solution - Add the removed local bool from bevyengine#6159
Bevy version
since f7d3fbc (#6159)
What you did
Run an example
What went wrong
There is a log:
The text was updated successfully, but these errors were encountered: