| 482 | } |
| 483 | |
| 484 | void TransformedView::DrawSprite(float x, float y, olc::Sprite* sprite, float scalex, float scaley, uint8_t flip) |
| 485 | { |
| 486 | DrawSprite({ x, y }, sprite, { scalex, scaley }, flip); |
| 487 | } |
| 488 | |
| 489 | void TransformedView::DrawSprite(const olc::vf2d & pos, olc::Sprite * sprite, const olc::vf2d & scale, uint8_t flip) |
| 490 | { |
nothing calls this directly
no test coverage detected