From 513edf34342265f7de802468fd90396f0a162306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Tue, 6 Jul 2021 22:44:05 +0200 Subject: [PATCH] rm comment --- sources/PPU/PPUUtils.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sources/PPU/PPUUtils.hpp b/sources/PPU/PPUUtils.hpp index c1799f1..814f89e 100644 --- a/sources/PPU/PPUUtils.hpp +++ b/sources/PPU/PPUUtils.hpp @@ -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]; - } - }*/ } }