whao it seems to work

This commit is contained in:
Clément Le Bihan
2021-06-08 23:07:24 +02:00
parent 81a32100f1
commit b8acc1520a
4 changed files with 13 additions and 13 deletions

View File

@@ -126,6 +126,7 @@ namespace ComSquare::Debugger
void TileViewer::internalUpdate()
{
this->_tileRenderer.render();
this->_sfWidget->buffer = this->_tileRenderer.buffer;
this->_ppu.add_buffer(this->_tileRenderer.buffer, {200, 200});
}