Skip to content

Commit 062d315

Browse files
committed
Update Utils.mm
1 parent 5b57515 commit 062d315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/Native/Utils.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ static void InitUIPopoverViewController(UIViewController *viewController)
5656
CGSize size = unityView.frame.size;
5757

5858
// 不指定位置的话默认设到屏幕中间
59-
InitUIPopoverViewController(viewController, size.width / 2, size.height / 2);
59+
InitUIPopoverViewController(viewController, size.width / 2, size.height);
6060
}

0 commit comments

Comments
 (0)