Current Behaviour
ditto
Expected Behaviour
ditto
Screenshots
No response
Reproduction Steps
ditto
Logs
Mod Version
3.5.0+mc26.1
Controller
Xbox Controller
Bluetooth
Operating System
macOS
ARM
Additional Information
public boolean showDebugScreen() {
DebugScreenEntryList entries = this.minecraft.debugEntries;
return (entries.isOverlayVisible() || !entries.getCurrentlyEnabled().isEmpty()) && (!this.minecraft.options.hideGui || this.minecraft.screen != null);
}
public void extractRenderState(GuiGraphicsExtractor graphics, float tickDelta) {
boolean debugOpen = this.minecraft.getDebugOverlay().showDebugScreen();
boolean hideGui = this.minecraft.options.hideGui;
boolean screenOpen = MinecraftUtil.getScreen() != null;
GenericControllerSettings.GuideSettings settings = this.controller.settings().generic.guide;
if (!debugOpen && !hideGui && !screenOpen && settings.showIngameGuide) {
this.guideInstance.extractRenderState(graphics, settings.ingameGuideBottom, true, settings.ingameGuiScale);
}
}
Just to make sure...
Current Behaviour
ditto
Expected Behaviour
ditto
Screenshots
No response
Reproduction Steps
ditto
Logs
Mod Version
3.5.0+mc26.1
Controller
Xbox Controller
Bluetooth
Operating System
macOS
ARM
Additional Information
Just to make sure...