From: Dave Airlie Date: Sat, 26 Feb 2005 04:56:25 +0000 (+0000) Subject: use girl2.rgb by default X-Git-Tag: mesa-7.8~9571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ca515097f4ea661fd7c2def5b608e2591cccf28;p=platform%2Fupstream%2Fmesa.git use girl2.rgb by default --- diff --git a/progs/xdemos/yuvrect_client.c b/progs/xdemos/yuvrect_client.c index 381b0bb..48f82cb 100644 --- a/progs/xdemos/yuvrect_client.c +++ b/progs/xdemos/yuvrect_client.c @@ -16,7 +16,7 @@ #include "../util/readtex.c" /* I know, this is a hack. */ -#define TEXTURE_FILE "../images/girl.rgb" +#define TEXTURE_FILE "../images/girl2.rgb" static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; static GLint ImgWidth, ImgHeight;