Merge branch 'master' of https://git.bobsong.cn/Game/Fishing2
This commit is contained in:
@@ -266,7 +266,7 @@ public class RuntimePreviewEditor : EditorWindow
|
||||
|
||||
if (isPreviewing)
|
||||
{
|
||||
_previewPanel = UI.Inst.GetUI<PreviewPanel>();
|
||||
_previewPanel = App.UI.GetUI<PreviewPanel>();
|
||||
if (_previewPanel == null)
|
||||
{
|
||||
isPreviewing = false;
|
||||
|
||||
Reference in New Issue
Block a user