| 85 | } |
| 86 | |
| 87 | void Tr2SpriteObjectBase::SetDisplayY( float val ) |
| 88 | { |
| 89 | if( val != m_translation.y ) |
| 90 | { |
| 91 | m_translation.y = val; |
| 92 | SetDirty(); |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | float Tr2SpriteObjectBase::GetDisplayWidth() const |
| 97 | { |
no outgoing calls
no test coverage detected