mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Fix background rendering in the dismiss spell screen
This commit is contained in:
parent
2016b7dd84
commit
dc33678062
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@ public class DismissSpellScreen extends GameGui {
|
|||
matrices.pop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void renderInGameBackground(DrawContext context) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldPause() {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue