| 132 | } |
| 133 | |
| 134 | void RotatingSkin::destroyDrawItem() |
| 135 | { |
| 136 | MYGUI_ASSERT(mRenderItem, "mRenderItem must be not nullptr"); |
| 137 | |
| 138 | mNode = nullptr; |
| 139 | mRenderItem->removeDrawItem(this); |
| 140 | mRenderItem = nullptr; |
| 141 | } |
| 142 | |
| 143 | void RotatingSkin::doRender() |
| 144 | { |
nothing calls this directly
no test coverage detected