From bb60baaada4bd17fd60a7bdf7d1851e2c5d22fcd Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 27 Aug 2015 23:12:23 -0400 Subject: [PATCH] lib/glesv2/examples/opengles2_hello_triangle.nit: fix importation Signed-off-by: Jean Privat --- lib/glesv2/examples/opengles2_hello_triangle.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5