| 1228 | } |
| 1229 | |
| 1230 | std::shared_ptr<TrackPanelCell> CellularPanel::LastCell() const |
| 1231 | { |
| 1232 | auto &state = *mState; |
| 1233 | return state.mLastCell.lock(); |
| 1234 | } |
| 1235 | |
| 1236 | void CellularPanel::Draw( TrackPanelDrawingContext &context, unsigned nPasses ) |
| 1237 | { |