Blitter: Null blitter always requires no zoom levels

This commit is contained in:
Jonathan G Rennison
2023-08-22 23:10:52 +01:00
parent c4e8b919f8
commit 7e5a87dd46
3 changed files with 13 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ public:
Blitter_Null()
{
this->SetScreenDepth(0);
this->SetNoSpriteDataRequired(true);
}
void Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom) override {};