Revision: 6684 http://playerstage.svn.sourceforge.net/playerstage/?rev=6684&view=rev Author: natepak Date: 2008-06-25 12:21:46 -0700 (Wed, 25 Jun 2008)
Log Message: ----------- Added missing return statement in GLFrame.cc Modified Paths: -------------- code/gazebo/trunk/server/gui/GLFrame.cc Modified: code/gazebo/trunk/server/gui/GLFrame.cc =================================================================== --- code/gazebo/trunk/server/gui/GLFrame.cc 2008-06-25 19:12:30 UTC (rev 6683) +++ code/gazebo/trunk/server/gui/GLFrame.cc 2008-06-25 19:21:46 UTC (rev 6684) @@ -176,7 +176,7 @@ /// Get the pose of the camera attached to this frame Pose3d GLFrame::GetCameraPose() const { - this->glWindow->GetCamera()->GetWorldPose(); + return this->glWindow->GetCamera()->GetWorldPose(); } //////////////////////////////////////////////////////////////////////////////// This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit