mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-31 01:25:31 +00:00
fixing uninit conditions
This commit is contained in:
@@ -24,6 +24,7 @@ namespace ComSquare::PPU
|
||||
_tileMaps = ppu.getBackgroundSize(backGroundNumber);
|
||||
_directColor = false;
|
||||
_highRes = false;
|
||||
this->buffer = {{{0}}};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user