mirror of
https://github.com/sojamo/controlp5
synced 2024-11-25 07:07:56 +01:00
Update ControllerList.java
This commit is contained in:
parent
e2d8aad01f
commit
7b1b52f2d4
@ -32,7 +32,7 @@ import java.util.RandomAccess;
|
|||||||
* Stores objects of type ControllerInterface and CDrawable, mainly for internal use.
|
* Stores objects of type ControllerInterface and CDrawable, mainly for internal use.
|
||||||
*/
|
*/
|
||||||
public class ControllerList implements RandomAccess {
|
public class ControllerList implements RandomAccess {
|
||||||
protected final List< ControllerInterface< ? >> controllers = new ArrayList< >( );
|
protected final List< ControllerInterface< ? > > controllers = new ArrayList< >( );
|
||||||
protected final List< CDrawable > drawables = new ArrayList< >( );
|
protected final List< CDrawable > drawables = new ArrayList< >( );
|
||||||
|
|
||||||
public ControllerList add( final ControllerInterface< ? > theController ) {
|
public ControllerList add( final ControllerInterface< ? > theController ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user