forked from joejulian/gio
+2
-2
@@ -19,10 +19,10 @@ import (
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"gioui.org/ui"
|
||||
"gioui.org/ui/f32"
|
||||
"gioui.org/ui/key"
|
||||
"gioui.org/ui/pointer"
|
||||
"gioui.org/ui"
|
||||
)
|
||||
|
||||
func init() {
|
||||
@@ -140,7 +140,7 @@ func (w *window) draw(sync bool) {
|
||||
X: width,
|
||||
Y: height,
|
||||
},
|
||||
Config: *cfg,
|
||||
Config: &cfg,
|
||||
sync: sync,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user