| 655 | } |
| 656 | |
| 657 | void TransformedView::DrawStringPropDecal(const olc::vf2d & pos, const std::string & sText, const olc::Pixel col, const olc::vf2d & scale ) |
| 658 | { |
| 659 | pge->DrawStringPropDecal(WorldToScreen(pos), sText, col, scale * m_vWorldScale * m_vRecipPixel); |
| 660 | } |
| 661 | |
| 662 | void TransformedView::FillRectDecal(const olc::vf2d & pos, const olc::vf2d & size, const olc::Pixel col) |
| 663 | { |
no outgoing calls
no test coverage detected