Преглед на файлове

*** empty log message ***

David Rose преди 24 години
родител
ревизия
e006cee815
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      direct/src/deadrec/smoothMover.cxx

+ 1 - 1
direct/src/deadrec/smoothMover.cxx

@@ -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();