| 163 | } |
| 164 | |
| 165 | void UINodeDrawable::draw( const Vector2f& position, const Sizef& size ) { |
| 166 | draw( position, size, 255 ); |
| 167 | } |
| 168 | |
| 169 | void UINodeDrawable::draw( const Vector2f& position, const Sizef& size, const Uint32& alpha ) { |
| 170 | if ( position != mPosition ) { |
no test coverage detected