///////////////////////////////////////////////////////
| 881 | |
| 882 | //////////////////////////////////////////////////////////// |
| 883 | bool Texture::isRepeated() const |
| 884 | { |
| 885 | return m_isRepeated; |
| 886 | } |
| 887 | |
| 888 | |
| 889 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected