Added a clarification.

pull/201/head
Oliver 6 years ago
parent d7c8911ef0
commit 502ddb9205

@ -319,7 +319,7 @@ func (a *Application) Draw() *Application {
// ForceDraw refreshes the screen immediately. Use this function with caution as
// it may lead to race conditions with updates to primitives in other
// goroutines.
// goroutines. It is always preferrable to use Draw() instead.
//
// It is safe to call this function during queued updates and direct event
// handling.

Loading…
Cancel
Save