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:
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 5fbcf107823..b34d79a9600 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -78,7 +78,7 @@ typedef struct MTex {
float lifefac, sizefac, ivelfac, fieldfac;
float twistfac;
- /* lamp */
+ /* light */
float shadowfac;
/* world */
@@ -405,7 +405,7 @@ typedef struct ColorMapping {
#define TEX_RGB 1
#define TEX_NOR 2
-/* pr_texture in material, world, lamp, */
+/* pr_texture in material, world, light. */
#define TEX_PR_TEXTURE 0
#define TEX_PR_OTHER 1
#define TEX_PR_BOTH 2