RiiConnect24 / RiiTag

RiiTag is a customizable gamertag for the Wii.
https://tag.rc24.xyz/
GNU Affero General Public License v3.0
14 stars 7 forks source link

Fix Overlay 3 (Small) Not Rendering #38

Closed TheShadowEevee closed 3 years ago

TheShadowEevee commented 3 years ago

While I was working on something I noticed a small bug where Overlay 3 (Small Overlay) wouldn't render.

Apparently removing the "avatar" and "mii" fields messes up the tag render pipeline and causes it to not be able to re-render the tag until the overlay type is changed.

I fixed this by adding in the Avatar and Mii fields with "size": 0 as data to overlay3.json.

TheShadowEevee commented 3 years ago

I created this commit via Github.com as to not lose current work on the branch I'm cloned into, but I can confirm I tested this in said branch before applying the fix via the web interface.