minor fixes

removed unused
This commit is contained in:
Julien Valentin
2017-08-28 16:02:00 +02:00
parent 2aab28149f
commit 6d55d8d341
2 changed files with 5 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ namespace osgAnimation
/// to call manually when a skeleton is reacheable from the rig
/// in order to prepare technic data before rendering
virtual bool prepareData(RigGeometry&){}
virtual bool prepareData(RigGeometry&){return true;}
protected:
virtual ~RigTransform() {}