mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 18:02:02 +01:00
internal/graphicsdriver/directx: typo
This commit is contained in:
parent
7025f195a7
commit
9ea399e7cc
@ -286,7 +286,7 @@ func (g *Graphics) initializeDesktop(useWARP bool, useDebugLayer bool) (ferr err
|
||||
return err
|
||||
}
|
||||
|
||||
// GetOpyableFootprints might return an invalid value with Wine (#2114).
|
||||
// GetCopyableFootprints might return an invalid value with Wine (#2114).
|
||||
// To check this early, call NewImage here.
|
||||
i, err := g.NewImage(1, 1)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user