| 1618 | } |
| 1619 | |
| 1620 | void Director::setAnimationInterval(float interval) |
| 1621 | { |
| 1622 | setAnimationInterval(interval, SetIntervalReason::BY_GAME); |
| 1623 | } |
| 1624 | |
| 1625 | void Director::setAnimationInterval(float interval, SetIntervalReason reason) |
| 1626 | { |
no outgoing calls
no test coverage detected