chore: remove unnecessary observing

This commit is contained in:
tliks 2025-01-30 23:51:42 +09:00 committed by bd_
parent 8414d203e5
commit 5175626b23

View File

@ -1,4 +1,4 @@
#region
#region
using System.Collections.Generic;
using System.Collections.Immutable;
@ -56,8 +56,6 @@ namespace nadena.dev.modular_avatar.core.editor
public ImmutableList<RenderGroup> GetTargetGroups(ComputeContext ctx)
{
var scaleAdjusters = ctx.GetComponentsByType<ModularAvatarScaleAdjuster>();
var avatarToRenderer =
new Dictionary<GameObject, HashSet<Renderer>>();