bug修改

This commit is contained in:
2026-05-19 18:16:00 +08:00
parent b764571e86
commit 26fe369b5f
+2 -2
View File
@@ -88,8 +88,8 @@ namespace BingoBrain
int offset_y = ConfigSystem.GetConfig<CommonModel>().WVOffset[0]; int offset_y = ConfigSystem.GetConfig<CommonModel>().WVOffset[0];
int offset_y1 = ConfigSystem.GetConfig<CommonModel>().WVOffset[1]; int offset_y1 = ConfigSystem.GetConfig<CommonModel>().WVOffset[1];
Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1); Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1);
float top_offset = 0;//fgui中的顶部信息的高度 float top_offset = 150;//fgui中的顶部信息的高度
float buttom_offset = 157; float buttom_offset = 0;
if (Screen.safeArea.y != 0) if (Screen.safeArea.y != 0)
{//刘海屏 {//刘海屏
top_offset += Screen.safeArea.y; top_offset += Screen.safeArea.y;