`renderBackgroundTexture` called incorrectly in YACLScreen#render
Qendolin opened this issue ยท 0 comments
renderBackgroundTexture
is called twice during screen rendering. Once directly by YACL:
an another time in
YACLScreen#render
Screen#render
Screen#renderBackground
Screen#renderBackgroundTexture
This doesn't cause an issue within yacl itself, but when overriding the method.