diff options
author | WasabiRaptor <ketchupraptor@gmail.com> | 2025-05-21 22:34:08 -0400 |
---|---|---|
committer | WasabiRaptor <ketchupraptor@gmail.com> | 2025-05-21 22:34:08 -0400 |
commit | e703ea1614d92e4dddf104ef3bec789b37562c57 (patch) | |
tree | 3153d4613a368fbba692aee66d2fc507d98bebd3 /source/base | |
parent | cd2dc5a603b60191461e4360b0a6949eff7138f5 (diff) |
potential fixes
Diffstat (limited to 'source/base')
-rw-r--r-- | source/base/StarAnimatedPartSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/base/StarAnimatedPartSet.cpp b/source/base/StarAnimatedPartSet.cpp index 8826208..9b9f9d7 100644 --- a/source/base/StarAnimatedPartSet.cpp +++ b/source/base/StarAnimatedPartSet.cpp @@ -76,7 +76,7 @@ AnimatedPartSet::AnimatedPartSet(Json config, uint8_t animatorVersion) { } for (auto const& pair : m_stateTypes) - setActiveState(pair.first, pair.second.defaultState, true); + setActiveState(pair.first, pair.second.defaultState, true, false); } StringList AnimatedPartSet::stateTypes() const { |