From cf76d73b8386242d7f655974837d7843c774b36c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Apr 2013 15:45:10 +0000 Subject: code cleanup: quiet some warnings and style --- source/blender/compositor/nodes/COM_ZCombineNode.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/compositor/nodes/COM_ZCombineNode.cpp') diff --git a/source/blender/compositor/nodes/COM_ZCombineNode.cpp b/source/blender/compositor/nodes/COM_ZCombineNode.cpp index 35eedf435f6..82effaf0eda 100644 --- a/source/blender/compositor/nodes/COM_ZCombineNode.cpp +++ b/source/blender/compositor/nodes/COM_ZCombineNode.cpp @@ -67,7 +67,8 @@ void ZCombineNode::convertToOperations(ExecutionSystem *system, CompositorContex system->addOperation(zoperation); } } - } else { + } + else { // not full anti alias, use masking for Z combine. be aware it uses anti aliasing. // step 1 create mask MathGreaterThanOperation *maskoperation = new MathGreaterThanOperation(); -- cgit v1.2.3