Fixed handling of setting member variables via the Serializers when the value is the default.
Added support for more features of the osgDB::Widget class. Fixed handling of boolean values in the Lua plugin
This commit is contained in:
@@ -242,8 +242,7 @@ public:
|
||||
if ( is.isBinary() )
|
||||
{
|
||||
is >> value;
|
||||
if ( ParentType::_defaultValue!=value )
|
||||
(object.*_setter)( value );
|
||||
(object.*_setter)( value );
|
||||
}
|
||||
else if ( is.matchString(ParentType::_name) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user