Change import from /go-sdl-engine -> /nmage

This commit is contained in:
bloeys
2022-01-08 17:38:35 +04:00
parent d94cd9b803
commit b6336d0103
7 changed files with 13 additions and 13 deletions

View File

@ -5,7 +5,7 @@ import (
"os"
"strings"
"github.com/bloeys/go-sdl-engine/logging"
"github.com/bloeys/nmage/logging"
"github.com/go-gl/gl/v4.1-core/gl"
)