Blender Git Commit Log
Git Commits -> Revision d3d5fe4
Revision d3d5fe4 by Campbell Barton (master) January 8, 2011, 10:23 (GMT) |
fixed a case with occlusion where uninitialized variable could be used. also removed unused vars. can_pbvh_draw() had a NULL check which is never needed (callers check for this), a NULL ob would have crashed the function anyway. |
Commit Details:
Full Hash: d3d5fe42bf4fd07dfd9638b5e18ec2d2e7422b94
SVN Revision: 34172
Parent Commit: c35db52
Lines Changed: +14, -12