Fix background rendering in the dismiss spell screen

This commit is contained in:
Sollace 2024-09-19 21:25:29 +01:00
parent 2016b7dd84
commit dc33678062
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -101,6 +101,11 @@ public class DismissSpellScreen extends GameGui {
matrices.pop(); matrices.pop();
} }
@Override
public void renderInGameBackground(DrawContext context) {
}
@Override @Override
public boolean shouldPause() { public boolean shouldPause() {
return false; return false;