Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadnix-was-taken committed Jun 1, 2021
1 parent efc58cc commit 0db518e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal static void Prefix(ref NoteCutParticlesEffect __instance, ref Color32 c

if (Plugin.RainbowParticles)
{
var generatedColor = Color.HSVToRGB(Random.value, 1f, 1f);
Color generatedColor = Color.HSVToRGB(Random.value, 1f, 1f);
generatedColor.a = 0.5f;
color = generatedColor;
}
Expand Down

0 comments on commit 0db518e

Please sign in to comment.