We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33a3e9 commit b31cbd7Copy full SHA for b31cbd7
app/src/processing/app/Base.java
@@ -1470,9 +1470,7 @@ public void actionPerformed(ActionEvent actionevent) {
1470
1471
int platformCount = 0;
1472
for (TargetPackage targetPackage : BaseNoGui.packages.values()) {
1473
- for (TargetPlatform targetPlatform : targetPackage.platforms()) {
1474
- ++platformCount;
1475
- }
+ platformCount += targetPackage.platforms().size();
1476
}
1477
1478
// Cycle through all packages
0 commit comments