| 279 | } |
| 280 | |
| 281 | inline void Add(const DebugTriangle& t) |
| 282 | { |
| 283 | if (t.TimeLeft > 0) |
| 284 | DefaultTriangles.Add(t); |
| 285 | else |
| 286 | OneFrameTriangles.Add(t); |
| 287 | } |
| 288 | |
| 289 | inline void AddWire(const DebugTriangle& t) |
| 290 | { |
no outgoing calls
no test coverage detected