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

Fix Toolscreen Background #1979

Merged
merged 4 commits into from
Jan 17, 2025
Merged

Conversation

adamnejm
Copy link
Collaborator

@adamnejm adamnejm commented Jan 16, 2025

The RenderTarget was drawn on top of itself for some reason. It caused the background to be pure black on Windows. The Linux-only fix is also gone, removed MATERIAL_VAR_VERTEXALPHA flag instead. I added clearing the RT on creation just to avoid potential black-background on start.

I also tweaked the colors and trail a bit, but nothing major. Feel free to modify it if you think it looks bad.

Before and after (pic on the right is how it always looked on Linux and how it was meant to look like from the beginning):
image

Tested both Linux and Windows (Wine), 64 and 32. But it shouldn't matter now anyway.

@thegrb93 thegrb93 merged commit 5689608 into thegrb93:master Jan 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants