ppu: resize already calls clear, no need for repetition
This commit is contained in:
parent
8a25a5e387
commit
db957f4dbb
|
@ -67,7 +67,6 @@ ppu_resize(Ppu *p, Uint16 width, Uint16 height)
|
||||||
p->height = height;
|
p->height = height;
|
||||||
ppu_clear(p, &p->bg);
|
ppu_clear(p, &p->bg);
|
||||||
ppu_clear(p, &p->fg);
|
ppu_clear(p, &p->fg);
|
||||||
p->fg.changed = p->bg.changed = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue