summaryrefslogtreecommitdiff
path: root/OnekoNet.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OnekoNet.cs')
-rw-r--r--OnekoNet.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OnekoNet.cs b/OnekoNet.cs
index 4a01ec8..6b84805 100644
--- a/OnekoNet.cs
+++ b/OnekoNet.cs
@@ -37,8 +37,8 @@ class OnekoNet : Oneko
public override void Update(float delta)
{
NetworkIssueTimer += delta;
- if (NetworkIssueTimer < 0.6f) ColorTint = Color.WHITE;
- else ColorTint = Color.WHITE with {A = 120};
+ if (NetworkIssueTimer < 0.6f) ColorTint = Color.White;
+ else ColorTint = Color.White with {A = 120};
}
public static void SpawnNetNeko(ClientUser user)