From: Jean Privat Date: Fri, 28 Aug 2015 03:12:23 +0000 (-0400) Subject: lib/glesv2/examples/opengles2_hello_triangle.nit: fix importation X-Git-Tag: v0.7.8~60^2~1 X-Git-Url: http://nitlanguage.org lib/glesv2/examples/opengles2_hello_triangle.nit: fix importation Signed-off-by: Jean Privat --- diff --git a/lib/glesv2/examples/opengles2_hello_triangle.nit b/lib/glesv2/examples/opengles2_hello_triangle.nit index 6389e09..48d49ab 100644 --- a/lib/glesv2/examples/opengles2_hello_triangle.nit +++ b/lib/glesv2/examples/opengles2_hello_triangle.nit @@ -22,7 +22,7 @@ module opengles2_hello_triangle import glesv2 import egl -import mnit_linux::sdl +import sdl import x11 if "NIT_TESTING".environ == "true" then exit(0)