wow
This commit is contained in:
parent
5294c6fb66
commit
6eea6ec541
|
@ -189,7 +189,7 @@ public class ScreenGenerator {
|
||||||
try {
|
try {
|
||||||
slice = dialogScreenShot.getSubimage(0, fromY, dialogScreenShot.getWidth(), toY - fromY);
|
slice = dialogScreenShot.getSubimage(0, fromY, dialogScreenShot.getWidth(), toY - fromY);
|
||||||
} catch (RasterFormatException e) {
|
} catch (RasterFormatException e) {
|
||||||
System.out.printf("Dialog does not fit screen? " + sectionNameWithSpecifalCharacters);
|
System.out.println("Dialog does not fit screen? " + sectionNameWithSpecifalCharacters);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue