Got rid of as many warnings as possible.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user