mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-21 14:53:30 -04:00
properly set oxygen in share states
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user