-
Notifications
You must be signed in to change notification settings - Fork 334
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
EGP draws only in top left quadrant #2930
Comments
Next time you see it happen, see if you can find the render target in mat_texture_list and see if its rendering like that in the rendertarget. It might be that the render target's resolution is 2x what the EGP needs. I think I remember someone changing how rendertargets are created and stored while ago. |
Well, issue is that I haven't actually experienced it myself, but a notable amount of users have reported it now. I remember that change with the RTs but I thought it didn't make sense for this to happen from that. |
Wonder if somewhere in the client it's trying to reset the screen to 512 resolution. |
Managed to visually reproduce it by setting the last arguments of this line to 0. |
This issue is created to track this bug that I cannot replicate and don't understand the cause of. I'm hoping someone else can help me with this.
Description
EGP screens draw in the top left quadrant, half the of the size of the screen. They seem to work normally besides that.
To Reproduce
?
Screenshots
The text was updated successfully, but these errors were encountered: