-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Merged by Bors] - Apply buffers in ParamSet
#4677
Conversation
I wonder if we ought to make that a non defaulted function to avoid this kind of error in the future, it would be only a single line of "noise" on trait impls that dont need to apply anything, and manually implementing this trait to begin with is remarkably niche (tbh same line of thought for |
@DJMcNab Can you add a quick test for this? Once that's done, I'm happy to merge it. |
Presumably we can't merge it until CI resurrects itself? |
#4675 was r+'ed an entire 4 minutes before you posted that ;) |
bors r+ |
ParamSet
ParamSet
# Objective - Fix bevyengine#4676 ## Solution - Fixes bevyengine#4676 - I have no reason to think this isn't sound, but `ParamSet` is a bit spooky
# Objective - Fix bevyengine#4676 ## Solution - Fixes bevyengine#4676 - I have no reason to think this isn't sound, but `ParamSet` is a bit spooky
# Objective - Fix bevyengine#4676 ## Solution - Fixes bevyengine#4676 - I have no reason to think this isn't sound, but `ParamSet` is a bit spooky
Objective
Commands
get ignored when usingParamSet
(with minimum example) #4676Solution
Commands
get ignored when usingParamSet
(with minimum example) #4676ParamSet
is a bit spooky