Tell the user why they can't send requests on self-built instance
This commit is contained in:
@@ -43,7 +43,8 @@ public class LoadingMenu : MonoBehaviour
|
||||
SetIfNone("Setting4", 0);
|
||||
Application.targetFrameRate = 360;
|
||||
QualitySettings.vSyncCount = 0;
|
||||
if (Application.platform == RuntimePlatform.WebGLPlayer) {
|
||||
if (Application.platform == RuntimePlatform.WebGLPlayer)
|
||||
{
|
||||
Screen.fullScreen = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user