mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
ce302d87d7
commit
e006cee815
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user