| 120 | } |
| 121 | |
| 122 | void LogicTest::bugMe(Node* node) |
| 123 | { |
| 124 | node->stopAllActions(); // After this stop next action not working, if remove this stop everything is working |
| 125 | node->runAction(ScaleTo::create(2, 2)); |
| 126 | } |
| 127 | |
| 128 | std::string LogicTest::subtitle() const |
| 129 | { |
nothing calls this directly
no test coverage detected