From 7bd2b32c1df25949e708a2402326fdc38d49ed42 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 3 Mar 2013 01:16:52 +0400 Subject: [PATCH] Nicer? --- link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link.c b/link.c index e4bb30b..453cd6e 100644 --- a/link.c +++ b/link.c @@ -3674,7 +3674,7 @@ CAMLprim value ml_unproject (value ptr_v, value x_v, value y_v) static void makestippletex (void) { - const char *pixels = "\0\0\xff\xff"; + const char *pixels = "\xff\xff\0\0"; glGenTextures (1, &state.stid); glBindTexture (GL_TEXTURE_1D, state.stid); glTexParameteri (GL_TEXTURE_1D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); -- 2.11.4.GIT