mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
Set modified flag when deserializing CVars to propogate changes
This commit is contained in:
@@ -124,6 +124,7 @@ void CVarManager::deserialize(CVar* cvar)
|
||||
}
|
||||
|
||||
cvar->m_value = tmp.m_value;
|
||||
cvar->m_flags |= CVar::EFlags::Modified;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user