mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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();
|
matrices.pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void renderInGameBackground(DrawContext context) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean shouldPause() {
|
public boolean shouldPause() {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue