| 217 | |
| 218 | |
| 219 | void linestyle(float width, int r, int g, int b) |
| 220 | { |
| 221 | glLineWidth(width); |
| 222 | glColor3ub(r,g,b); |
| 223 | } |
| 224 | |
| 225 | VARP(oldselstyle, 0, 1, 1); // Make the old (1004) grid/selection style default (render as quads rather than tris) |
| 226 |
no outgoing calls
no test coverage detected