rm comment

This commit is contained in:
Clément Le Bihan
2021-07-06 22:44:05 +02:00
parent a3ddadacc5
commit 513edf3434
-6
View File
@@ -93,12 +93,6 @@ namespace ComSquare::PPU::Utils
});
j = 0;
});
/* for (unsigned long i = 0; i < bufferSrc.size(); i++) {
for (unsigned long j = 0; j < bufferSrc[i].size(); j++) {
if (bufferSrc[i][j] > 0xFF) // 0xFF correspond to a black pixel with full brightness
bufferDest[i][j] = bufferSrc[i][j];
}
}*/
}
}