Replaced tabs

This commit is contained in:
Robert Osfield
2008-11-21 11:09:11 +00:00
parent 54835570a0
commit 672a5d14fe
19 changed files with 130 additions and 130 deletions

View File

@@ -164,7 +164,7 @@ bool Scale2DDragger::handle(const PointerInfo& pointer, const osgGA::GUIEventAda
cmd->setStage(MotionCommand::FINISH);
cmd->setReferencePoint(_referencePoint);
cmd->setLocalToWorldAndWorldToLocal(_projector->getLocalToWorld(),_projector->getWorldToLocal());
// Dispatch command.
if (_commandManager)
{
@@ -174,7 +174,7 @@ bool Scale2DDragger::handle(const PointerInfo& pointer, const osgGA::GUIEventAda
// Reset color.
setMaterialColor(_color,*this);
aa.requestRedraw();
return true;