oops, unitialized variable

This commit is contained in:
David Rose 2005-08-31 14:22:12 +00:00
parent 89d5783e95
commit 24633538b6

View File

@ -42,6 +42,8 @@ EggBase() {
_normals_mode = NM_preserve;
_normals_threshold = 0.0;
_got_tbnall = false;
_got_transform = false;
_transform = LMatrix4d::ident_mat();