diff options
Diffstat (limited to 'src/demos/projtex.c')
-rw-r--r-- | src/demos/projtex.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/demos/projtex.c b/src/demos/projtex.c index d162568b..fa25ea85 100644 --- a/src/demos/projtex.c +++ b/src/demos/projtex.c @@ -51,10 +51,10 @@ GLboolean showProjection = GL_TRUE; GLboolean linearFilter = GL_TRUE; char *texFilename[MAX_TEX] = { - "../images/girl.rgb", - "../images/tile.rgb", - "../images/bw.rgb", - "../images/reflect.rgb" + DEMOS_DATA_DIR "girl.rgb", + DEMOS_DATA_DIR "tile.rgb", + DEMOS_DATA_DIR "bw.rgb", + DEMOS_DATA_DIR "reflect.rgb" }; |