neteja NOLINT obsolets (de 77 a 53)

This commit is contained in:
2026-05-17 21:07:00 +02:00
parent ff65a191c1
commit 38d927a7a1
11 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ PixelReveal::PixelReveal(int width, int height, float pixels_per_second, float s
}
// Actualiza el estado del revelado
void PixelReveal::update(float time_active) { // NOLINT(readability-make-member-function-const)
void PixelReveal::update(float time_active) {
// En modo normal revela (pone transparente); en modo inverso cubre (pone negro)
const auto PIXEL_COLOR = reverse_ ? 0 : 255;