移除测试代码
This commit is contained in:
parent
573b96d86c
commit
84b3e1e7a4
@ -860,7 +860,6 @@ public class RowerHomeScript : PFUIPanel
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (RowerData == null) return;
|
if (RowerData == null) return;
|
||||||
transform.Find("Text").GetComponent<Text>().text = $"{RowerData.ElapsedTime}:{RowerData.TotalDistance}";
|
|
||||||
//#endif
|
//#endif
|
||||||
//断线重连继续()
|
//断线重连继续()
|
||||||
var distance = (int)RowerData.TotalDistance + historyDistance;
|
var distance = (int)RowerData.TotalDistance + historyDistance;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user