shader: fix wavy build

This commit is contained in:
rvi64 2018-11-22 05:34:14 +02:00 committed by GitHub
parent 1070f77d30
commit b2cb0e681a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@ import (
"os"
"time"
"github.com/thegtproject/pixel/imdraw"
"github.com/faiface/pixel"
"github.com/faiface/pixel/imdraw"
"github.com/faiface/pixel/pixelgl"
)