| 322 | } |
| 323 | |
| 324 | void CEditorMap::SelectLayer(int LayerIndex, int GroupIndex) |
| 325 | { |
| 326 | if(GroupIndex != -1) |
| 327 | m_SelectedGroup = GroupIndex; |
| 328 | |
| 329 | m_vSelectedLayers.clear(); |
| 330 | DeselectQuads(); |
| 331 | DeselectQuadPoints(); |
| 332 | AddSelectedLayer(LayerIndex); |
| 333 | } |
| 334 | |
| 335 | void CEditorMap::AddSelectedLayer(int LayerIndex) |
| 336 | { |
no outgoing calls
no test coverage detected