public void MapInterfaceOnGUI_AfterMainTabs() { if (Find.CurrentMap != null && !WorldRendererUtility.WorldRenderedNow && !Find.UIRoot.screenshotMode.FiltersCurrentEvent) { EnvironmentStatsDrawer.EnvironmentStatsOnGUI(); Find.CurrentMap.debugDrawer.DebugDrawerOnGUI(); } }
public void MapInterfaceOnGUI_AfterMainTabs() { if (Find.CurrentMap != null && !WorldRendererUtility.WorldRenderedNow) { ScreenshotModeHandler screenshotMode = Find.UIRoot.screenshotMode; if (!screenshotMode.FiltersCurrentEvent) { mouseoverReadout.MouseoverReadoutOnGUI(); EnvironmentStatsDrawer.EnvironmentStatsOnGUI(); Find.CurrentMap.debugDrawer.DebugDrawerOnGUI(); } } }