Resolve "Delay in TrafficLightController::UpdateStates accelerates phases but does not delay"
Merged
requested to merge 47-delay-in-trafficlightcontroller-updatestates-accelerates-phases-but-does-not-delay into servant
1 unresolved thread
Compare changes
Files
2@@ -51,8 +51,8 @@ void TrafficLightController::UpdateStates(int time)
@@ -51,8 +51,8 @@ void TrafficLightController::UpdateStates(int time)
TrafficLightController::TrafficLightController(std::vector<TrafficLightController::Phase> &&phases, double delay) :