From 85f528999eb5256f7d74257c5a236fea6b24b425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fate/Ttokrrone.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fate/Ttokrrone.cs b/Fate/Ttokrrone.cs index f75464c..4ab7112 100644 --- a/Fate/Ttokrrone.cs +++ b/Fate/Ttokrrone.cs @@ -270,7 +270,7 @@ public class Ttokrrone var dp1 = accessory.Data.GetDefaultDrawProperties(); dp1.Name = "飞沙右半月环"; - dp.Color = new Vector4(1f, 0f, 1f, 1.4f); + dp1.Color = new Vector4(1f, 0f, 1f, 1.4f); dp1.Owner = @event.SourceId(); dp1.Scale = new Vector2(60); dp1.InnerScale = new Vector2(14); @@ -290,7 +290,7 @@ public class Ttokrrone var dp2 = accessory.Data.GetDefaultDrawProperties(); dp2.Name = "飞沙左半月环"; - dp.Color = new Vector4(1f, 0f, 1f, 1.4f); + dp2.Color = new Vector4(1f, 0f, 1f, 1.4f); dp2.Owner = @event.SourceId(); dp2.Scale = new Vector2(60); dp2.InnerScale = new Vector2(14);