mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-28 19:52:43 +01:00
Fixed missing import
This commit is contained in:
parent
69b541d64d
commit
d02960eb57
@ -21,6 +21,7 @@ import (
|
|||||||
|
|
||||||
"github.com/go-text/typesetting/font/opentype"
|
"github.com/go-text/typesetting/font/opentype"
|
||||||
"golang.org/x/image/math/fixed"
|
"golang.org/x/image/math/fixed"
|
||||||
|
gvector "golang.org/x/image/vector"
|
||||||
|
|
||||||
"github.com/hajimehoshi/ebiten/v2/vector"
|
"github.com/hajimehoshi/ebiten/v2/vector"
|
||||||
)
|
)
|
||||||
|
@ -450,7 +450,6 @@ func TestGoXFaceMetrics(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func BenchmarkDrawText(b *testing.B) {
|
func BenchmarkDrawText(b *testing.B) {
|
||||||
var txt string
|
var txt string
|
||||||
for i := 0; i < 32; i++ {
|
for i := 0; i < 32; i++ {
|
||||||
|
Loading…
Reference in New Issue
Block a user