app: fix broken build for armx.
Change-Id: I8cebd1fc3bd4cbc3113ea032d6d28177a1f31362 Reviewed-on: https://go-review.googlesource.com/10804 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
parent
10cf0275e0
commit
b6fda3dde1
@ -181,7 +181,7 @@ func drawgl(ctx uintptr) {
|
||||
go gl.Start(func() {
|
||||
C.setContext(unsafe.Pointer(ctx))
|
||||
})
|
||||
stateStart(cb)
|
||||
stateStart(callbacks)
|
||||
}
|
||||
|
||||
touchEvents.Lock()
|
||||
|
Loading…
x
Reference in New Issue
Block a user