GuiRendererMixin tries to patch special element registry outside of GameRenderer ctor
0x3C50 opened this issue ยท 0 comments
When making a new GuiRenderer outside of GameRenderer, GameRendererMixin tries to patch the special element render registry:
This causes either an exception if the game is already started, or could cause unwanted behavior. Instead, the list given to the GuiRenderer ctor from GameRenderer could be patched, or the created GuiRenderer could be modified in GameRenderer.