fix
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
|
||||
foreach (var renderer in noteRenderers)
|
||||
{
|
||||
renderer.materials.For(m => m.SetFloat("_MainAlpha", 1f));
|
||||
renderer.materials.For(m => m.SetFloat("_AlphaAll", 1f));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
|
||||
foreach (var renderer in noteRenderers)
|
||||
{
|
||||
renderer.materials.For(m => m.SetFloat("_MainAlpha", alpha));
|
||||
renderer.materials.For(m => m.SetFloat("_AlphaAll", alpha));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
noteVisual.noteMain.SetActive(false);
|
||||
foreach (var renderer in noteRenderers)
|
||||
{
|
||||
renderer.materials.For(m => m.SetFloat("_MainAlpha", 1f));
|
||||
renderer.materials.For(m => m.SetFloat("_AlphaAll", 1f));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user