fixing stupid error

This commit is contained in:
Clément Le Bihan
2021-06-23 00:00:27 +02:00
parent 7b7520ce69
commit a4333e22cb

View File

@@ -71,6 +71,7 @@ namespace ComSquare::Debugger
void RAMTileRenderer::setBpp(int bpp)
{
this->_bpp = bpp;
this->_tileRenderer.setBpp(bpp);
}