| 17 | { |
| 18 | |
| 19 | RTTLayer::~RTTLayer() |
| 20 | { |
| 21 | if (mTexture) |
| 22 | { |
| 23 | MyGUI::RenderManager::getInstance().destroyTexture(mTexture); |
| 24 | mTexture = nullptr; |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | void RTTLayer::deserialization(xml::ElementPtr _node, Version _version) |
| 29 | { |
nothing calls this directly
no test coverage detected