| 236 | } |
| 237 | |
| 238 | void ccGeoObject::setActive(bool active) |
| 239 | { |
| 240 | for (ccHObject* c : m_children) |
| 241 | { |
| 242 | recurseChildren(c,active); |
| 243 | } |
| 244 | } |
| 245 | |
| 246 | void ccGeoObject::recurseChildren(ccHObject* par, bool highlight) |
| 247 | { |
no outgoing calls
no test coverage detected