diff options
Diffstat (limited to 'src/tests/texcmp.c')
-rw-r--r-- | src/tests/texcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/texcmp.c b/src/tests/texcmp.c index c5d352fd..b9601108 100644 --- a/src/tests/texcmp.c +++ b/src/tests/texcmp.c @@ -11,7 +11,7 @@ #include <GL/glut.h> #include "readtex.c" /* I know, this is a hack. */ -#define TEXTURE_FILE "../images/tree2.rgba" +#define TEXTURE_FILE DEMOS_DATA_DIR "tree2.rgba" static float Rot = 0.0; |