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