No hints / Fixed floor caching bug

This commit is contained in:
Anuken
2022-04-13 21:07:16 -04:00
parent 9dbfa03af9
commit 48762ed9d2
2 changed files with 4 additions and 3 deletions
@@ -38,7 +38,8 @@ public class HintsFragment{
public void build(Group parent){
group.setFillParent(true);
group.touchable = Touchable.childrenOnly;
group.visibility = () -> Core.settings.getBool("hints", true) && ui.hudfrag.shown;
//TODO hints off for now.
group.visibility = () -> !state.isCampaign() && Core.settings.getBool("hints", true) && ui.hudfrag.shown;
group.update(() -> {
if(current != null){
//current got completed