mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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
|
glErr = err
|
||||||
} else {
|
} 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.
|
// Prefer OpenGL to DirectX.
|
||||||
o, err := g.newOpenGL()
|
o, err := g.newOpenGL()
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user