| 967 | } |
| 968 | |
| 969 | void SpriteZVertex::onExit() |
| 970 | { |
| 971 | Director::getInstance()->setProjection(Director::Projection::DEFAULT); |
| 972 | SpriteTestDemo::onExit(); |
| 973 | } |
| 974 | |
| 975 | SpriteZVertex::SpriteZVertex() |
| 976 | { |
nothing calls this directly
no test coverage detected