move to 1.21 and fix for nixos
This commit is contained in:
parent
c02d96edca
commit
61c755aabc
8 changed files with 64 additions and 15 deletions
|
@ -51,7 +51,7 @@ public class RepeatingScreen extends Screen {
|
|||
|
||||
@Override
|
||||
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
|
||||
renderBackground(context);
|
||||
renderBackground(context, mouseX, mouseY, delta);
|
||||
|
||||
for (RenderListener l : render_listeners) {
|
||||
if (l.beforeRender()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue