-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Borders example is broken on some machines #15563
Copy link
Copy link
Open
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-Machine-SpecificThis bug is isolated to specific hardware or driver configurationsThis bug is isolated to specific hardware or driver configurationsS-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Metadata
Metadata
Assignees
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-Machine-SpecificThis bug is isolated to specific hardware or driver configurationsThis bug is isolated to specific hardware or driver configurationsS-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Bevy version
main: commit 956d9cc
Relevant system information
What you did
What went wrong
It's supposed to look like this:

But the rounded borders flicker out of existence immediately after loading:

Additional information
I have a strong suspicion that this has to do with #15163, which was merged 5 days ago, so I'm pinging @ickshonpe. The fact that it's very briefly visible also makes me think that this might be a
TemporaryRenderEntitywhile it is supposed to persist. I'm not sure however as I believe I've tested this before merging #15320, and it was also broken.Actually I'm 90% sure that it's a
TemporaryRenderEntitywhile it isn't supposed to be.