Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-08-11 07:31:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-11 07:31:56 +0400
commit8c393269622bf250ec9b0fbd3e689b534ad1e1ec (patch)
treee5424715db33b5c61485179e94ea6f923d5c2dc5 /source/blender/makesdna/DNA_texture_types.h
parentc4f1c0fda13ade79ac8320a59cb77c183340893a (diff)
bugfix [#23247] Load Image in Textures does not use a usefull path
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index e7a5a6e5f56..e9e058cbbd6 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -32,7 +32,7 @@
#define DNA_TEXTURE_TYPES_H
#include "DNA_ID.h"
-#include "DNA_image_types.h"
+#include "DNA_image_types.h" /* ImageUser */
struct AnimData;
struct Ipo;