Set the wireframe view target to a specific location Does not reset the distance or orientation
| 180 | // Set the wireframe view target to a specific location |
| 181 | // Does not reset the distance or orientation |
| 182 | void SetWireframeView(vector *pos) { |
| 183 | Wireframe_view->target = *pos; |
| 184 | |
| 185 | Edview_changed = 1; |
| 186 | } |
no outgoing calls
no test coverage detected