Fix background rendering in the dismiss spell screen

This commit is contained in:
Sollace 2024-09-19 21:25:29 +01:00
parent 3d8d61c678
commit a1c64f502c
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();
}
@Override
public void renderInGameBackground(DrawContext context) {
}
@Override
public boolean shouldPause() {
return false;