From Julien Valentin, added missing initializer
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@14648 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -52,7 +52,7 @@ void CompositeProperty::clear()
|
||||
//
|
||||
// SwitchProperty
|
||||
//
|
||||
SwitchProperty::SwitchProperty()
|
||||
SwitchProperty::SwitchProperty():_activeProperty(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user