============== SCR_DebugGraph ============== */
| 341 | ============== |
| 342 | */ |
| 343 | void SCR_DebugGraph (float value, int color) |
| 344 | { |
| 345 | values[current&1023].value = value; |
| 346 | values[current&1023].color = color; |
| 347 | current++; |
| 348 | } |
| 349 | |
| 350 | /* |
| 351 | ============== |
no outgoing calls
no test coverage detected