Skip to content

Commit 08b2177

Browse files
committed
fix
1 parent 0532423 commit 08b2177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/LowPoly.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public void actionPerformed(ActionEvent e) {
511511
}
512512
//wallLines
513513
//System.out.println(counter);
514-
System.out.println("Number Of Empty Pixels "+(1.0-((count())/((double)((currentImage.length * currentImage[0].length))))) + "%");
514+
System.out.println("Number Of Empty Pixels "+(int)(100*(1.0-((count())/((double)((currentImage.length * currentImage[0].length)))))) + "%");
515515
//repaint();
516516
}
517517
/*

0 commit comments

Comments
 (0)