| 660 | } |
| 661 | |
| 662 | void TransformedView::FillRectDecal(const olc::vf2d & pos, const olc::vf2d & size, const olc::Pixel col) |
| 663 | { |
| 664 | pge->FillRectDecal(WorldToScreen(pos), (size * m_vWorldScale).ceil(), col); |
| 665 | } |
| 666 | |
| 667 | void TransformedView::DrawRectDecal(const olc::vf2d& pos, const olc::vf2d& size, const olc::Pixel col) |
| 668 | { |