| 1594 | } |
| 1595 | |
| 1596 | void ZepBuffer::EndFlash() const { |
| 1597 | GetEditor().SetFlags(ZClearFlags(GetEditor().GetFlags(), ZepEditorFlags::FastUpdate)); |
| 1598 | } |
| 1599 | |
| 1600 | void ZepBuffer::BeginFlash(float seconds, FlashType flashType, const GlyphRange& range) { |
| 1601 | if (range.first == range.second) { |
nothing calls this directly
no test coverage detected