Vadru93 / LevelMod

THPS3 LevelMod
Other
20 stars 2 forks source link

Fix online names rendering order bug #60

Open DCxDemo opened 3 years ago

DCxDemo commented 3 years ago

There is a bug in the original rendering routine that is likely to be drawing online player names before the skybox, causing player names to have ugly outlines that makes it less readable. Those probably should be rendered after the sky is drawn on the screen.

The original "solution" to the problem was disabling the sky for online modes. Hence mod had the option to toggle that on and off, but it doesn't fix the underlying problem.