Fixed missing import

This commit is contained in:
Zyko 2024-09-18 21:28:10 +02:00
parent 69b541d64d
commit d02960eb57
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ import (
"github.com/go-text/typesetting/font/opentype"
"golang.org/x/image/math/fixed"
gvector "golang.org/x/image/vector"
"github.com/hajimehoshi/ebiten/v2/vector"
)

View File

@ -450,7 +450,6 @@ func TestGoXFaceMetrics(t *testing.T) {
}
}
func BenchmarkDrawText(b *testing.B) {
var txt string
for i := 0; i < 32; i++ {