| 665 | } |
| 666 | |
| 667 | void TransformedView::DrawRectDecal(const olc::vf2d& pos, const olc::vf2d& size, const olc::Pixel col) |
| 668 | { |
| 669 | pge->DrawRectDecal(WorldToScreen(pos), (size * m_vWorldScale).ceil(), col); |
| 670 | } |
| 671 | |
| 672 | void TransformedView::DrawLineDecal(const olc::vf2d& pos1, const olc::vf2d& pos2, Pixel p) |
| 673 | { |