Changed call type for traffic light syncronization.
This commit is contained in:
parent
b963a9e367
commit
4f5b66b0a0
|
@ -327,7 +327,7 @@ namespace detail {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Client::ResetAllTrafficLights() {
|
void Client::ResetAllTrafficLights() {
|
||||||
_pimpl->AsyncCall("reset_all_traffic_lights");
|
_pimpl->CallAndWait<void>("reset_all_traffic_lights");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Client::FreezeAllTrafficLights(bool frozen) {
|
void Client::FreezeAllTrafficLights(bool frozen) {
|
||||||
|
|
Loading…
Reference in New Issue