mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Merge remote-tracking branch 'origin/main' into utf8
# Conflicts: # DataSpec/DNAMP1/FRME.cpp # DataSpec/DNAMP1/MLVL.cpp # Runtime/CMain.cpp # hecl/lib/Blender/Connection.cpp
This commit is contained in:
@@ -449,6 +449,9 @@ void CVar::lock() {
|
||||
void CVar::dispatch() {
|
||||
for (const ListenerFunc& listen : m_listeners)
|
||||
listen(this);
|
||||
for (auto* ref : m_valueReferences) {
|
||||
ref->updateValue();
|
||||
}
|
||||
}
|
||||
|
||||
bool isReal(std::string_view v) {
|
||||
|
||||
Reference in New Issue
Block a user