fix
This commit is contained in:
parent
dc8923564b
commit
737bd1c0cf
@ -165,7 +165,7 @@ namespace UnityEngine.UI
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
IUIModule uiModule = ModuleSystem.GetModule<IUIModule>();
|
IUIService uiModule = AppServices.App.Require<IUIService>();
|
||||||
if (uiModule?.UICanvasRoot == null)
|
if (uiModule?.UICanvasRoot == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user