diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/xdemos/yuvrect_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/yuvrect_client.c b/progs/xdemos/yuvrect_client.c index 381b0bb934..48f82cb759 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; |