编辑器下报错
This commit is contained in:
parent
d83fb512f4
commit
5c63386e36
|
@ -111,6 +111,10 @@ namespace WZ
|
|||
|
||||
private void OnApplicationFocus(bool hasFocus)
|
||||
{
|
||||
if (Application.isEditor)
|
||||
{
|
||||
return;
|
||||
}
|
||||
EFSdk.get().SetGameActive(hasFocus);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue