Fix a few issues reported by coverity scan.

This commit is contained in:
Brecht Van Lommel
2013-09-03 22:39:21 +00:00
parent b314209356
commit 60e5abe71f
16 changed files with 54 additions and 30 deletions

View File

@@ -41,10 +41,13 @@ Object::Object()
particle_id = 0;
bounds = BoundBox::empty;
motion.pre = transform_identity();
motion.mid = transform_identity();
motion.post = transform_identity();
use_motion = false;
use_holdout = false;
curverender = false;
dupli_generated = make_float3(0.0f, 0.0f, 0.0f);
dupli_uv = make_float2(0.0f, 0.0f);
}
Object::~Object()