| 99 | } |
| 100 | |
| 101 | void Tr2SpriteObjectBase::SetDisplayWidth( float val ) |
| 102 | { |
| 103 | if( val != m_displayWidth ) |
| 104 | { |
| 105 | m_displayWidth = val; |
| 106 | SetDirty(); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | float Tr2SpriteObjectBase::GetDisplayHeight() const |
| 111 | { |
no outgoing calls
no test coverage detected