mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/ui: typo
This commit is contained in:
parent
1999f8a024
commit
14b34a7b0a
@ -52,7 +52,7 @@ func (g *graphicsDriverCreatorImpl) newAuto() (graphicsdriver.Graphics, Graphics
|
||||
}
|
||||
glErr = err
|
||||
} else {
|
||||
// Creating a swap chain on an older machines than Windows 10 might fail (#2613).
|
||||
// Creating a swap chain on an older machine than Windows 10 might fail (#2613).
|
||||
// Prefer OpenGL to DirectX.
|
||||
o, err := g.newOpenGL()
|
||||
if err == nil {
|
||||
|
Loading…
Reference in New Issue
Block a user