|
|
@@ -92,7 +92,7 @@ namespace Fort23.Mono
|
|
|
AccountFileInfo.PlacesData placesData = PlayerManager.Instance.GetPlacesData(placesConfig.ID);
|
|
|
int jindu = placesData == null ? 0 : placesData.progress;
|
|
|
Text_PlacesComplteProgress.text =
|
|
|
- LanguageManager.Instance.Text(10378, (jindu / placesConfig.TotalScore * 100f).ToString("0"));
|
|
|
+ LanguageManager.Instance.Text(10378, ((float)jindu / placesConfig.TotalScore * 100f).ToString("0"));
|
|
|
return await base.AsyncInit(uiData);
|
|
|
}
|
|
|
|