removed log message

This commit is contained in:
Thomas Friedel 2018-03-21 12:09:10 +01:00
parent 075abc4f03
commit d0dc6c1f5c

View file

@ -5,7 +5,6 @@ import (
_ "image/gif"
_ "image/jpeg"
_ "image/png"
"log"
"runtime"
"time"
@ -110,7 +109,6 @@ func (wnd *Window) MainLoop(drawFunc func()) {
err := sdl.GL_MakeCurrent(wnd.Window, wnd.GLContext)
if err != nil {
log.Println(err)
time.Sleep(10 * time.Millisecond)
continue
}