mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
removed incorrect comment that stated that the return value of addSketches was ignored, when it actually was used in a few places
This commit is contained in:
@@ -1384,7 +1384,7 @@ public class Base {
|
||||
}
|
||||
}
|
||||
}
|
||||
return found; // actually ignored, but..
|
||||
return found;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user