| 3482 | } |
| 3483 | |
| 3484 | void PixelGameEngine::SetDecalStructure(const olc::DecalStructure& structure) |
| 3485 | { |
| 3486 | nDecalStructure = structure; |
| 3487 | } |
| 3488 | |
| 3489 | void PixelGameEngine::DrawPartialDecal(const olc::vf2d& pos, olc::Decal* decal, const olc::vf2d& source_pos, const olc::vf2d& source_size, const olc::vf2d& scale, const olc::Pixel& tint) |
| 3490 | { |
nothing calls this directly
no outgoing calls
no test coverage detected