diff --git a/internal/ui/ui_mobile.go b/internal/ui/ui_mobile.go index 5801188f2..13cc7fa7e 100644 --- a/internal/ui/ui_mobile.go +++ b/internal/ui/ui_mobile.go @@ -281,7 +281,7 @@ func (u *userInterfaceImpl) run(game Game, mainloop bool, options *RunOptions) ( mgl = <-glContextCh } else { u.renderThread = thread.NewOSThread() - graphicscommand.SetRenderingThread(u.renderThread) + graphicscommand.SetRenderThread(u.renderThread) } g, err := newGraphicsDriver(&graphicsDriverCreatorImpl{