ebiten: Bug fix: Test compilation error

This commit is contained in:
Hajime Hoshi 2020-08-19 22:41:36 +09:00
parent 0ee70df466
commit 9c85b20817

View File

@ -22,9 +22,7 @@ import (
"image/draw" "image/draw"
_ "image/png" _ "image/png"
"math" "math"
"regexp"
"runtime" "runtime"
"strconv"
"testing" "testing"
. "github.com/hajimehoshi/ebiten" . "github.com/hajimehoshi/ebiten"