mirror of
https://github.com/sojamo/controlp5
synced 2024-11-16 11:17:56 +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 ) {
|
||||
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< ? > >
|
||||
|
Loading…
Reference in New Issue
Block a user