Fix typo
This commit is contained in:
Родитель
a53c515ed8
Коммит
6c4400e397
|
@ -219,7 +219,7 @@ public class Utils
|
|||
return temp;
|
||||
#elif UNITY_IOS && !UNITY_EDITOR
|
||||
//return GetBatteryTempiOS();
|
||||
retrun 0f;
|
||||
return 0f;
|
||||
#else
|
||||
return 0f;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче