| 113 | } |
| 114 | |
| 115 | void Tr2SpriteObjectBase::SetDisplayHeight( float val ) |
| 116 | { |
| 117 | if( val != m_displayHeight ) |
| 118 | { |
| 119 | m_displayHeight = val; |
| 120 | SetDirty(); |
| 121 | } |
| 122 | } |
| 123 | |
| 124 | bool Tr2SpriteObjectBase::OnModified( Be::Var* value ) |
| 125 | { |
no outgoing calls
no test coverage detected