-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Borders example is broken on some machines #15563
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
Comments
I can't reproduce, it looks fine for me. I could get the bottom row to disappear if I resize my Window to be too small, but they reappear when I resize it back.
|
Yes it looks fine to me too, I'm not sure why just the second set of nodes would disappear like that.
|
@Trashtalk217 does anything change/disappear/reappear if you change the window size? |
I can't reproduce this on my Windows laptop with an integrated GPU.
Moving and resizing the window works fine. |
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
TemporaryRenderEntity
while 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
TemporaryRenderEntity
while it isn't supposed to be.The text was updated successfully, but these errors were encountered: