From e703ea1614d92e4dddf104ef3bec789b37562c57 Mon Sep 17 00:00:00 2001 From: WasabiRaptor Date: Wed, 21 May 2025 22:34:08 -0400 Subject: potential fixes --- source/base/StarAnimatedPartSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/base/StarAnimatedPartSet.cpp') 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 { -- cgit v1.2.3