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_shader_fx_types.h')
-rw-r--r--source/blender/makesdna/DNA_shader_fx_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_shader_fx_types.h b/source/blender/makesdna/DNA_shader_fx_types.h
index 84b80310918..01e3b3a5230 100644
--- a/source/blender/makesdna/DNA_shader_fx_types.h
+++ b/source/blender/makesdna/DNA_shader_fx_types.h
@@ -93,7 +93,7 @@ typedef struct BlurShaderFxData {
int flag;
/** Number of samples. */
int samples;
- /** Rotation of blur effect. */
+ /** Rotation of blur effect. */
float rotation;
char _pad[4];
@@ -149,7 +149,7 @@ typedef struct GlowShaderFxData {
int mode;
float blur[2];
int samples;
- /** Rotation of effect. */
+ /** Rotation of effect. */
float rotation;
/** Blend modes. */
int blend_mode;