| 2206 | } |
| 2207 | |
| 2208 | int ASDebugDrawRibbon2(int lifespan_int) { |
| 2209 | DDLifespan lifespan = LifespanFromInt(lifespan_int); |
| 2210 | return DebugDraw::Instance()->AddRibbon(lifespan); |
| 2211 | } |
| 2212 | |
| 2213 | void ASAddDebugDrawRibbonPoint(int which, vec3 pos, vec4 color, float width) { |
| 2214 | DebugDrawElement* element = DebugDraw::Instance()->GetElement(which); |
nothing calls this directly
no test coverage detected