Hold
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
|
||||
{
|
||||
this.note = noteVisual.note;
|
||||
this.noteVisual = noteVisual;
|
||||
this.effectRing = noteVisual.effectPartList[0];
|
||||
this.effectRing = noteVisual.effectPrefabList[0];
|
||||
this.effectTime = 0.1f;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
|
||||
{
|
||||
this.note = noteVisual.note;
|
||||
this.noteVisual = noteVisual;
|
||||
this.effectRing = noteVisual.effectPartList[0];
|
||||
this.effectRing = noteVisual.effectPrefabList[0];
|
||||
this.effectTime = 0.1f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user