mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
Tweezers: Fixed visual bug associated with plucking hairs during a fast vegetable transition.
This commit is contained in:
parent
cdb1b14ee6
commit
719ceaccf9
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ namespace RhythmHeavenMania.Games.RhythmTweezers
|
|||
|
||||
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)
|
||||
{
|
||||
GameObject.Destroy(t.gameObject);
|
||||
|
|
Loading…
Reference in a new issue