| 51 | } |
| 52 | |
| 53 | Drawable QuestIndicatorPainter::Indicator::render(float pixelRatio) const { |
| 54 | return animation->drawable(pixelRatio); |
| 55 | } |
| 56 | |
| 57 | void QuestIndicatorPainter::render() { |
| 58 | auto& context = GuiContext::singleton(); |
nothing calls this directly
no test coverage detected