internal/graphicsdriver/directx: typo

This commit is contained in:
Hajime Hoshi 2022-07-20 01:24:08 +09:00
parent 7025f195a7
commit 9ea399e7cc

View File

@ -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 {