mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-23 14:45:04 +08:00
fix: RCs can't be used in conjunction with custom animations
Closes: #1440
This commit is contained in:
parent
61d4b203ca
commit
d3ae37c3cf
@ -250,11 +250,6 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
{
|
||||
info = new AnimatedProperty(key, currentValue);
|
||||
shapeKeys[key] = info;
|
||||
|
||||
// Add initial state
|
||||
var agk = new ReactionRule(key, value);
|
||||
agk.Value = currentValue;
|
||||
info.actionGroups.Add(agk);
|
||||
}
|
||||
|
||||
var action = ObjectRule(key, changer, value);
|
||||
|
Loading…
Reference in New Issue
Block a user