| 196 | }; |
| 197 | |
| 198 | void DecalRoadNodeListNotify::sendNotification( NodeListManager::NodeList* list ) |
| 199 | { |
| 200 | if (mRoad.isValid()) |
| 201 | { |
| 202 | // Build the road's nodes |
| 203 | DecalRoadNodeList* roadList = dynamic_cast<DecalRoadNodeList*>( list ); |
| 204 | if (roadList) |
| 205 | mRoad->buildNodesFromList( roadList ); |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | //----------------------------------------------------------------------------- |
| 210 | // DecalRoadUpdateEvent Class |
nothing calls this directly
no test coverage detected