From 0ed5d672b49e85360a673f16e6b9f3673796de9d Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Fri, 4 Jun 2021 21:50:01 +0000
Subject: [PATCH] Update pixel.cpp

---
 pixel.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pixel.cpp b/pixel.cpp
index 6b1b9bc..dc20b36 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -35,7 +35,8 @@ void pixel(
 	}
 
 	}
-	else if(!flag){
+	
+	if(!flag){
 		count++;
 	}
 
-- 
GitLab