Skip to content

Commit

Permalink
Update LoginScreen.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco authored Aug 24, 2022
1 parent 7747cd9 commit bf10900
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ private void Start()

if (Application.platform != RuntimePlatform.Android &&
Application.platform != RuntimePlatform.IPhonePlayer
&& Application.platform != RuntimePlatform.WindowsPlayer)
&& Application.platform != RuntimePlatform.WindowsPlayer
&& Application.platform != RuntimePlatform.LinuxEditor
&& Application.platform != RuntimePlatform.WindowsEditor
&& Application.platform != RuntimePlatform.OSXEditor)
{
_loginBtnGoogle.gameObject.SetActive(false);
_loginBtnTwitter.gameObject.SetActive(false);
Expand Down

0 comments on commit bf10900

Please sign in to comment.