From David Callu, warning fixes and removal of spaces at end of lines.
This commit is contained in:
@@ -42,7 +42,7 @@ StackedScaleElement::StackedScaleElement()
|
||||
_scale = osg::Vec3(1,1,1);
|
||||
}
|
||||
|
||||
void StackedScaleElement::update(float t)
|
||||
void StackedScaleElement::update(float /*t*/)
|
||||
{
|
||||
if (_target.valid())
|
||||
_scale = _target->getValue();
|
||||
|
||||
Reference in New Issue
Block a user