mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
fix for api change
This commit is contained in:
@@ -101,7 +101,7 @@ void draw() {
|
||||
bubbleData.append(newBubble);
|
||||
|
||||
if (bubbleData.size() > 10) {
|
||||
bubbleData.removeIndex(0);
|
||||
bubbleData.remove(0);
|
||||
}
|
||||
|
||||
// Save new data
|
||||
|
||||
Reference in New Issue
Block a user