mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 21:55:11 +00:00
pr fixes
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ComSquare::Debugger
|
||||
int bufY = 0;
|
||||
int nbTilesDrawn = 0;
|
||||
int resetX = bufX;
|
||||
for (auto &i : buffer)
|
||||
for (auto &i : this->buffer)
|
||||
i.fill(0);
|
||||
uint24_t limit = fmin(this->_ram->getSize(), this->_renderSize) + this->_ramOffset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user