Merge pull request #6 from rvi64/patch-1

shader: fix wavy build
This commit is contained in:
Robin Eklind 2018-11-22 11:24:06 +01:00 committed by GitHub
commit 03d92b87ba
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"
)