| 204 | } |
| 205 | |
| 206 | void ActionManager::eraseTargetActionHandle(std::unordered_map<Node*, ActionHandle>::iterator& actionIt) |
| 207 | { |
| 208 | actionIt->first->release(); |
| 209 | actionIt = _targets.erase(actionIt); |
| 210 | } |
| 211 | |
| 212 | void ActionManager::removeAction(Action* action) |
| 213 | { |