| 67 | } |
| 68 | |
| 69 | GroupCommand::GroupCommand() |
| 70 | { |
| 71 | _type = RenderCommand::Type::GROUP_COMMAND; |
| 72 | _renderQueueID = Director::getInstance()->getRenderer()->getGroupCommandManager()->getGroupID(); |
| 73 | } |
| 74 | |
| 75 | void GroupCommand::init(float globalOrder) |
| 76 | { |
nothing calls this directly
no test coverage detected