Fix uninitialized member.

Thanks to Chris for the catch.
This commit is contained in:
Thomas Geymayer
2013-03-20 23:44:26 +01:00
parent 971ea81861
commit 2d62275a08

View File

@@ -434,6 +434,7 @@ namespace canvas
PropertyBasedElement(node),
_canvas( canvas ),
_parent( parent ),
_attributes_dirty( 0 ),
_transform_dirty( false ),
_transform( new osg::MatrixTransform ),
_style( parent_style ),