| 181 | } |
| 182 | |
| 183 | void Animator::setTarget( |
| 184 | Graphics::Sprite& sprite, AnimatorTargetScaleMode targetScaleMode) |
| 185 | { |
| 186 | m_target = &sprite; |
| 187 | m_targetScaleMode = targetScaleMode; |
| 188 | } |
| 189 | |
| 190 | const Graphics::Texture& Animator::getTexture() const |
| 191 | { |
no outgoing calls
no test coverage detected