Skip to content

Commit

Permalink
internal/graphicscommand: fix a wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jul 29, 2023
1 parent 4df647a commit 246bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/graphicscommand/thread.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 246bd41

Please sign in to comment.