Vivecraft

Vivecraft

5M Downloads

seamless loading screens blocks mouse input

fayer3 opened this issue ยท 1 comments

commented

the unblocking code gets never executed, because we abort GameRenderer.render before it.
one way of fixing that, would be to rewrite out method, of drawing screens, and don't cancel the original method.

relevant mixin from them
https://github.com/Minenash/Seamless-Loading-Screen/blob/fed02223f076654e0fd6c57436d617e1924ec5b4/src/main/java/com/minenash/seamless_loading_screen/mixin/GameRendererMixin.java

commented

was fixed in 0.0.14