///////////////////////////////////////////////////////
| 410 | |
| 411 | //////////////////////////////////////////////////////////// |
| 412 | void Text::setString(const String& string) |
| 413 | { |
| 414 | if (m_string != string) |
| 415 | { |
| 416 | m_string = string; |
| 417 | m_geometryNeedUpdate = true; |
| 418 | } |
| 419 | } |
| 420 | |
| 421 | |
| 422 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected