BarryBadpak / Staxel-ItemWheelMod

MIT License
2 stars 1 forks source link

On reloading of the UI the hotbar background won't render anymore #1

Closed BarryBadpak closed 6 years ago

BarryBadpak commented 6 years ago

If you exit and rejoin a multiplayer server, or if you manually trigger this by pressing F5 in game the UI will reload and the item hotbar background won't render anymore and the UI scaling is not affecting the hotbar anymore.

Presumably this reloads the contents of the browser the UI uses so the content needs to be reinjected.

BarryBadpak commented 6 years ago

Issue is now fixed with https://github.com/stefanhaan/Staxel-Sunbeam/issues/2 being incorporated. With the rewrite of https://github.com/stefanhaan/Staxel-ItemWheelMod/pull/3 the UI injection now uses the proper method to hook into it.