| 540 | } |
| 541 | |
| 542 | void TransformedView::DrawString(float x, float y, const std::string& sText, Pixel col, const olc::vf2d& scale) |
| 543 | { |
| 544 | DrawString({ x, y }, sText, col, scale); |
| 545 | } |
| 546 | |
| 547 | void TransformedView::DrawString(const olc::vf2d& pos, const std::string& sText, const Pixel col, const olc::vf2d& scale) |
| 548 | { |
no test coverage detected