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