| 134 | } |
| 135 | |
| 136 | void MapBuilder::add_vertex(unsigned int id, const vec3& p) { |
| 137 | transition(surface, surface) ; |
| 138 | add_vertex_internal(id, p) ; |
| 139 | } |
| 140 | |
| 141 | void MapBuilder::add_vertex(const vec3& p) { |
| 142 | transition(surface, surface) ; |
no outgoing calls
no test coverage detected