countrscreen bug fix

This commit is contained in:
cuu
2018-12-07 00:07:06 +08:00
parent bb9be95924
commit c624d42977
3 changed files with 7 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ type FullScreen struct {
func NewFullScreen() *FullScreen {
p := &FullScreen{}
p.Width = Width
p.Height = Height
return p