From dfba1941088bbf5652c084e10d5facf772d3a516 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 8 Mar 2021 11:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4screen=E6=A8=A1=E5=9D=97info?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E8=BE=93=E5=87=BA=E7=9A=84=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E8=A1=8C=E6=96=87=E5=AD=97=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/screen.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Zframework/screen.lua b/Zframework/screen.lua index b6915e9b..1f455de3 100644 --- a/Zframework/screen.lua +++ b/Zframework/screen.lua @@ -33,7 +33,6 @@ function SCR.resize(w,h) end function SCR.info() return{ - "Screen info:", ("w0,h0 : %d, %d"):format(SCR.w0,SCR.h0), ("x,y : %d, %d"):format(SCR.x,SCR.y), ("cx,cy : %d, %d"):format(SCR.cx,SCR.cy),