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/compositor/intern/COM_ChannelInfo.cpp')
-rw-r--r--source/blender/compositor/intern/COM_ChannelInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_ChannelInfo.cpp b/source/blender/compositor/intern/COM_ChannelInfo.cpp
index e945babe9c3..7dafee5f955 100644
--- a/source/blender/compositor/intern/COM_ChannelInfo.cpp
+++ b/source/blender/compositor/intern/COM_ChannelInfo.cpp
@@ -27,7 +27,8 @@
/**
* @brief create new ChannelInfo instance and sets the defaults.
*/
-ChannelInfo::ChannelInfo() {
+ChannelInfo::ChannelInfo()
+{
this->number = 0;
this->premultiplied = true;
this->type = COM_CT_UNUSED;