way better controller handling
[vg.git] / vg_tex.h
index e857aa85858c436558aa69d9887808661b9db6c9..ef7f0e99bfb55db0350a3dbf0589d1bb3150bb32 100644 (file)
--- a/vg_tex.h
+++ b/vg_tex.h
@@ -19,9 +19,9 @@ struct vg_sprite
 
 static u8 const_vg_tex2d_err[] =
 {
+   0x00, 0xff, 0xff, 0xff,
    0xff, 0xff, 0x00, 0xff,
-   0xff, 0x00, 0x00, 0x00,
-   0xff, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0xff, 0xff,
    0xff, 0xff, 0x00, 0xff
 };