Merge remote-tracking branch 'origin/dev_nonearth' into dev_cyp
This commit is contained in:
commit
79849bd537
@ -117,7 +117,7 @@ namespace Assets.Scenes.Ride.Scripts
|
|||||||
//实时计算MaxAp
|
//实时计算MaxAp
|
||||||
//mainController.ComputeMaxAP(Power, ticks);
|
//mainController.ComputeMaxAP(Power, ticks);
|
||||||
//实时保存骑行记录
|
//实时保存骑行记录
|
||||||
if (ticks / 60 == 0)
|
if (ticks % 60 == 0)
|
||||||
{
|
{
|
||||||
mainController.SaveRealTime();
|
mainController.SaveRealTime();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user