From a6f673f8050aef94e7eb27561767af7596235b28 Mon Sep 17 00:00:00 2001 From: lishuo Date: Wed, 18 Aug 2021 10:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E8=BF=9E=E6=8E=A5=E9=80=9F?= =?UTF-8?q?=E5=BA=A6=E8=B8=8F=E9=A2=91=E8=AE=A1title=E5=92=8Clogo=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Utils/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Utils/Utils.cs b/Assets/Scripts/Utils/Utils.cs index 4f26aaf0..883025e3 100644 --- a/Assets/Scripts/Utils/Utils.cs +++ b/Assets/Scripts/Utils/Utils.cs @@ -111,7 +111,7 @@ namespace Assets.Scripts {"Power","Power Meter|Images/Devices/Power_3" }, {"Cadence","Cadence Sensor|Images/Devices/Cadence_3" }, {"HeartRate","Heart Rate Monitor|Images/Devices/Heart Rate_3" }, - {"SpeedCadence","Speed Meter|Images/Devices/Speed_3" }, + {"SpeedCadence","Cadence Sensor|Images/Devices/Cadence_3" }, {"Speed","Speed Meter|Images/Devices/Speed_3" } }; }