mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
opengl: Misspelling
This commit is contained in:
parent
163ee01bd5
commit
c2d21bc39f
@ -75,7 +75,7 @@ func NewContext() (*Context, error) {
|
||||
c.initialized = make(chan struct{})
|
||||
go func() {
|
||||
// GL calls will just enqueue an task to the worker.
|
||||
// Since the worker is not avaialbe, this enqueuing should be done
|
||||
// Since the worker is not available, this enqueuing should be done
|
||||
// in a goroutine.
|
||||
|
||||
// Textures' pixel formats are alpha premultiplied.
|
||||
|
Loading…
Reference in New Issue
Block a user