mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 18:46:11 +00:00
pr fixes
This commit is contained in:
@@ -34,7 +34,7 @@ namespace ComSquare::PPU
|
||||
for (auto &row : this->buffer) {
|
||||
for (auto &pixel : row) {
|
||||
uint8_t pixelReference = this->getPixelReferenceFromTile(tileAddress, it++);
|
||||
pixel = pixelReference ? getRealColor(palette[pixelReference]) : 0;
|
||||
pixel = pixelReference ? Utils::getRealColor(palette[pixelReference]) : 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user