| 262 | } |
| 263 | |
| 264 | void PolygonalSkin::_setUVSet(const FloatRect& _rect) |
| 265 | { |
| 266 | mCurrentTexture = _rect; |
| 267 | |
| 268 | mGeometryOutdated = true; |
| 269 | |
| 270 | if (nullptr != mNode) |
| 271 | mNode->outOfDate(mRenderItem); |
| 272 | } |
| 273 | |
| 274 | void PolygonalSkin::_rebuildGeometry() |
| 275 | { |