Skip to content

Commit e9a3e89

Browse files
committed
System Touch
1 parent 0c613aa commit e9a3e89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/terminal/TerminalImageRenderer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ private static BufferedImage scaleToWidth(BufferedImage src, int targetWidth)
5656
int srcWidth = src.getWidth();
5757
int srcHeight = src.getHeight();
5858

59-
if (srcWidth <= targetWidth) {
59+
if (srcWidth <= targetWidth)
60+
{
6061
return src; // no scaling needed
6162
}
6263

0 commit comments

Comments
 (0)