Daniel Salvadori 7 лет назад
Родитель
Сommit
9d6952a24f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      window/glfw.go

+ 1 - 0
window/glfw.go

@@ -11,6 +11,7 @@ import (
 	"github.com/go-gl/glfw/v3.2/glfw"
 	"github.com/go-gl/glfw/v3.2/glfw"
 	"os"
 	"os"
 	"image"
 	"image"
+	_ "image/png"
 	"bytes"
 	"bytes"
 	"github.com/g3n/engine/gui/assets"
 	"github.com/g3n/engine/gui/assets"
 )
 )