| 960 | //------------------------------------------------------------------ |
| 961 | |
| 962 | void SpriteZVertex::onEnter() |
| 963 | { |
| 964 | SpriteTestDemo::onEnter(); |
| 965 | |
| 966 | Director::getInstance()->setProjection(Director::Projection::_3D); |
| 967 | } |
| 968 | |
| 969 | void SpriteZVertex::onExit() |
| 970 | { |
nothing calls this directly
no test coverage detected