mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-07 14:22:47 +08:00
chore: remove unnecessary observing
This commit is contained in:
parent
8414d203e5
commit
5175626b23
@ -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>>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user