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/imbuf/IMB_imbuf_types.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index 309c41646ed..c71bbc3ecd5 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -295,9 +295,9 @@ enum {
/** indicates whether image on disk have premul alpha */
IB_alphamode_premul = 1 << 12,
/** if this flag is set, alpha mode would be guessed from file */
- IB_alphamode_detect = 1 << 13 ,
+ IB_alphamode_detect = 1 << 13,
/** ignore alpha on load and substitute it with 1.0f */
- IB_ignore_alpha = 1 << 14 ,
+ IB_ignore_alpha = 1 << 14,
IB_thumbnail = 1 << 15,
IB_multiview = 1 << 16,
};