mirror of
https://github.com/sojamo/controlp5
synced 2025-01-08 03:04:26 +01:00
Update ControllerGroup.java
cp5
This commit is contained in:
parent
8ad8ff167e
commit
b1085e4adf
@ -83,7 +83,7 @@ public abstract class ControllerGroup< T extends ControllerGroup< T > >
|
|||||||
*/
|
*/
|
||||||
public ControllerGroup( ControlP5 theControlP5 , String theName ) {
|
public ControllerGroup( ControlP5 theControlP5 , String theName ) {
|
||||||
this( theControlP5 , theControlP5.getDefaultTab( ) , theName , 0 , 0 );
|
this( theControlP5 , theControlP5.getDefaultTab( ) , theName , 0 , 0 );
|
||||||
cp5.register( theControlP5.papplet , theName , this );
|
cp5.register( cp5.papplet , theName , this );
|
||||||
}
|
}
|
||||||
|
|
||||||
public ControllerGroup( ControlP5 theControlP5 , ControllerGroup< ? extends ControllerGroup< ? > >
|
public ControllerGroup( ControlP5 theControlP5 , ControllerGroup< ? extends ControllerGroup< ? > >
|
||||||
|
Loading…
Reference in New Issue
Block a user