IllusionMods / IllusionFixes

A collection of fixes for common issues found in games by Illusion
GNU General Public License v3.0
157 stars 29 forks source link

[FE] Fixed eyebrows sometimes being rendered multiple times in one frame #59

Closed takahiro0327 closed 6 months ago

takahiro0327 commented 6 months ago

Fixed a bug where previous eyebrows remained in the buffer when rendering from multiple cameras during one frame. Please merge if it looks okay.

Under normal circumstances, the problem does not occur because the same thing is just rendered over and over again. If the aspect ratio of the screenshot and the aspect ratio of the screen are different, each will be rendered and multiple eyebrows will be drawn on the screenshot. image

before screen: image

before capture: CharaStudio-2024-03-06-11-33-16-Render

after capture: CharaStudio-2024-03-06-11-36-43-Render