*** empty log message ***

This commit is contained in:
David Rose 2001-10-20 20:56:43 +00:00
parent ce302d87d7
commit e006cee815

View File

@ -279,7 +279,7 @@ bool SmoothMover::
get_latest_position() {
if (_points.empty()) {
// Nothing to do if there are no points.
return false;
return _smooth_position_known;
}
const SamplePoint &point = _points.back();