View | Details | Raw Unified | Return to bug 2390
Collapse All | Expand All

(-)a/src/mobility/model/waypoint-mobility-model.cc (-1 / +1 lines)
 Lines 95-101   WaypointMobilityModel::AddWaypoint (const Waypoint &waypoint) Link Here 
95
95
96
  if ( !m_lazyNotify )
96
  if ( !m_lazyNotify )
97
    {
97
    {
98
      Simulator::Schedule (waypoint.time, &WaypointMobilityModel::Update, this);
98
      Simulator::Schedule (waypoint.time - Simulator::Now (), &WaypointMobilityModel::Update, this);
99
    }
99
    }
100
}
100
}
101
Waypoint
101
Waypoint

Return to bug 2390