| 71 | } |
| 72 | |
| 73 | void Tr2SpriteObjectBase::SetDisplayX( float val ) |
| 74 | { |
| 75 | if( val != m_translation.x ) |
| 76 | { |
| 77 | m_translation.x = val; |
| 78 | SetDirty(); |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | float Tr2SpriteObjectBase::GetDisplayY() const |
| 83 | { |
no outgoing calls
no test coverage detected