mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 09:57:37 +02:00
Tweezers: Fixed visual bug associated with plucking hairs during a fast vegetable transition.
This commit is contained in:
@ -204,6 +204,9 @@ namespace RhythmHeavenMania.Games.RhythmTweezers
|
|||||||
|
|
||||||
private void ResetVegetable()
|
private void ResetVegetable()
|
||||||
{
|
{
|
||||||
|
// If the tweezers happen to be holding a hair, drop it immediately so it can be destroyed below.
|
||||||
|
Tweezers.DropHeldHair();
|
||||||
|
|
||||||
foreach (Transform t in HairsHolder.transform)
|
foreach (Transform t in HairsHolder.transform)
|
||||||
{
|
{
|
||||||
GameObject.Destroy(t.gameObject);
|
GameObject.Destroy(t.gameObject);
|
||||||
|
Reference in New Issue
Block a user