///////////////////////////////////////////////////////
| 85 | |
| 86 | //////////////////////////////////////////////////////////// |
| 87 | Vector2f Transformable::getScale() const |
| 88 | { |
| 89 | return m_scale; |
| 90 | } |
| 91 | |
| 92 | |
| 93 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected