Got rid of as many warnings as possible.

This commit is contained in:
Quinn
2023-04-05 23:31:35 -05:00
parent 1dcd5b3614
commit dea6794c05
4 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import java.util.ArrayList;
public class Processing extends PApplet {
Car car;
ArrayList<Wall> objects = new ArrayList<Wall>();
ArrayList<Wall> objects = new ArrayList<>();
public static PApplet processing;