-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Black line and artifact at the bottom of screen that does not get redrawn #77325
Comments
I've been experiencing this for some time. Long enough that I learned to subconsciously ignore it... I did some troubleshooting with Harakka previously on the development discord, it appears that the terminal size may be getting set incorrectly. https://discord.com/channels/598523535169945603/598523535169945607/1283377930654974032 Note that the line is not always black - it's usually black because the game draws nothing there during the loadscreen. But I was testing with full-size (or indeed, oversized) loading screen images and you can clearly see that the loading screen gets drawn there at the time and then never redrawn. |
This is from the time of switching to ImGui |
I'll keep the imgui label because the black line is not what's important here, its the artifacts that are mildly distracting. |
The fix is to make the sdltiles code erase the space it doesn’t use. |
Describe the bug
Related: #74073
Attach save file
n/a
Steps to reproduce
Expected behavior
No artifact. Also no black line. I think this black line was not present in earlier version and the entire tile was rendered there.
By putting it out of fullscreen and back into fullscreen you can force the entire screen to get redrawn and as such temporarily get rid of the artifact.
Relevant options.json snippets:
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: