diff --git a/src/dusk/imgui/ImGuiStateShare.cpp b/src/dusk/imgui/ImGuiStateShare.cpp index 8d3af0bedb..f24b209b1d 100644 --- a/src/dusk/imgui/ImGuiStateShare.cpp +++ b/src/dusk/imgui/ImGuiStateShare.cpp @@ -139,6 +139,9 @@ void ImGuiStateShare::tickPendingApply() { } g_dComIfG_gameInfo.info = *m_pendingInfo; m_pendingInfo.reset(); + dComIfGp_offOxygenShowFlag(); + dComIfGp_setMaxOxygen(600); + dComIfGp_setOxygen(600); } static bool ValidateEncodedState(const std::string& encoded) {