| 4688 | |
| 4689 | |
| 4690 | void PixelGameEngine::adv_ManualRenderEnable(const bool bEnable) |
| 4691 | { |
| 4692 | bManualRenderEnable = bEnable; |
| 4693 | } |
| 4694 | |
| 4695 | void PixelGameEngine::adv_HardwareClip(const bool bClipAndScale, const olc::vi2d& viewPos, const olc::vi2d& viewSize, const bool bClear) |
| 4696 | { |
nothing calls this directly
no outgoing calls
no test coverage detected