fix(overlay): timezone crash (#946)

This commit is contained in:
Yimura
2023-02-04 23:08:53 +01:00
committed by GitHub
parent 7f37def248
commit 4c45d40df1
2 changed files with 4 additions and 2 deletions

View File

@ -30,6 +30,8 @@ namespace big
ImGui::Checkbox("Show FPS", &g.window.ingame_overlay.show_fps);
ImGui::Checkbox("Show Players", &g.window.ingame_overlay.show_players);
ImGui::Checkbox("Show Time", &g.window.ingame_overlay.show_time);
if (ImGui::IsItemHovered())
ImGui::SetTooltip("Show time is currently disabled as it caused problems for some users.");
ImGui::EndGroup();
ImGui::SameLine();