fixing uninit conditions

This commit is contained in:
Clément Le Bihan
2021-05-20 00:51:49 +02:00
parent 550ab3aff4
commit 978af3f280
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ namespace ComSquare::PPU
_tileMaps = ppu.getBackgroundSize(backGroundNumber);
_directColor = false;
_highRes = false;
this->buffer = {{{0}}};
}