//////////////////////////////////////////////////////////////////////////
| 71 | |
| 72 | /////////////////////////////////////////////////////////////////////////////// |
| 73 | void LedRopeTCL::RawBeginDraw() { |
| 74 | PreDrawSetup(); |
| 75 | mLedBuffer.clear(); |
| 76 | } |
| 77 | |
| 78 | /////////////////////////////////////////////////////////////////////////////// |
| 79 | void LedRopeTCL::RawDrawPixel(const Color3i& c) { |
no test coverage detected