| 591 | } |
| 592 | |
| 593 | void DragonBone::visit() { |
| 594 | _armatureProxy->getArmature()->advanceTime(s_cast<float>(getScheduler()->getDeltaTime())); |
| 595 | Node::visit(); |
| 596 | } |
| 597 | |
| 598 | void DragonBone::render() { |
| 599 | if (isShowDebug()) { |
nothing calls this directly
no test coverage detected