fixed compilation error
This commit is contained in:
parent
c42b0aa5bf
commit
a2c8df5d01
@ -35,7 +35,7 @@ class StateMachinePool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Update(const std::string &id) {
|
void Update(const std::string &id) {
|
||||||
auto &machine = machines.find(id);
|
auto &machine = machines.find(id)->second;
|
||||||
auto &owner = machine->GetOwner();
|
auto &owner = machine->GetOwner();
|
||||||
const std::string ¤t = machine->GetCurrentStateId();
|
const std::string ¤t = machine->GetCurrentStateId();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user