| 352 | } |
| 353 | |
| 354 | void LayerCacher::CacheCopyright(ref_ptr<dp::GraphicsContext> context, Position const & position, |
| 355 | ref_ptr<LayerRenderer> renderer, ref_ptr<dp::TextureManager> textures) |
| 356 | { |
| 357 | renderer->AddShapeRenderer(WIDGET_COPYRIGHT, CopyrightLabel(position).Draw(context, textures)); |
| 358 | } |
| 359 | |
| 360 | void LayerCacher::CacheScaleFpsLabel(ref_ptr<dp::GraphicsContext> context, Position const & position, |
| 361 | ref_ptr<LayerRenderer> renderer, ref_ptr<dp::TextureManager> textures) |
nothing calls this directly
no test coverage detected