| 418 | } |
| 419 | |
| 420 | void Tr2Sprite2dScene::PopTranslation() |
| 421 | { |
| 422 | //CCP_STATS_ZONE( __FUNCTION__ ); |
| 423 | |
| 424 | CCP_ASSERT( !m_transformStack->empty() ); |
| 425 | CCP_ASSERT( m_transformStack->back().isTranslationOnlySet ); |
| 426 | m_transformStack->pop_back(); |
| 427 | } |
| 428 | |
| 429 | |
| 430 | const Vector2& Tr2Sprite2dScene::GetTranslation() const |
no test coverage detected