mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 20:25:07 +08:00
fix: heuristic matching is performed even when an exact hips candidate is found (#922)
This commit is contained in:
parent
9c96ae2010
commit
b9b7677e3a
@ -482,7 +482,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfitHips != null) break;
|
if (outfitHips != null) return true; // found an exact match, bail outgit
|
||||||
}
|
}
|
||||||
|
|
||||||
hipsCandidates.Add(avatarHips.name);
|
hipsCandidates.Add(avatarHips.name);
|
||||||
|
Loading…
Reference in New Issue
Block a user