mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 08:11:55 +00:00
dynamic buffer size for RAMTileRenderer.cpp is working
This commit is contained in:
@@ -118,7 +118,7 @@ namespace ComSquare::Debugger
|
||||
int j = 0;
|
||||
for (const auto &row : this->_ramTileRenderer.buffer) {
|
||||
for (const auto &pixel : row) {
|
||||
this->_renderer->putPixel(j++, i, pixel);
|
||||
this->_renderer->putPixel(i, j++, pixel);
|
||||
}
|
||||
j = 0;
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user