Skip to content

Commit f216845

Browse files
committed
Clearer progress notification
1 parent d42d14a commit f216845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mathgraphics/LEDGrid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void setShowIncrement(boolean showIncrement) {
6363
this.showIncrement = showIncrement;
6464
}
6565
public String getIncrement(){
66-
return "i = " + this.increment;
66+
return this.increment + "%";
6767
}
6868
/**
6969
* @param i Increment for whatever Loop you're drawing

0 commit comments

Comments
 (0)