lib/glesv2/examples/opengles2_hello_triangle.nit: fix importation
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 03:12:23 +0000 (23:12 -0400)
committerJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 03:17:20 +0000 (23:17 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/glesv2/examples/opengles2_hello_triangle.nit

index 6389e09..48d49ab 100644 (file)
@@ -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)