Stupid error in commit of last weekend for zmasking:

You could not mask out anymore using the 'ctrl-click layer' without
having zmask on.
This commit is contained in:
Ton Roosendaal
2008-01-31 14:14:03 +00:00
parent 2a3e93444a
commit e2ee9b57d3

View File

@@ -2072,7 +2072,7 @@ void zbuffer_solid(RenderPart *pa, RenderLayer *rl, void(*fillfunc)(RenderPart*,
continue;
}
else {
if(!all_z && !(obr->lay & lay))
if(!all_z && !(obr->lay & (lay|lay_zmask)))
continue;
}