diff --git a/internal/graphicscommand/thread.go b/internal/graphicscommand/thread.go index 912627a43..d15c01aa6 100644 --- a/internal/graphicscommand/thread.go +++ b/internal/graphicscommand/thread.go @@ -31,7 +31,7 @@ func SetRenderThread(thread Thread) { theRenderThread = thread } -// runOnRenderThread calls f on the rendering thread, and returns an error if any. +// runOnRenderThread calls f on the rendering thread. func runOnRenderThread(f func()) { theRenderThread.Call(f) }