mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 14:07:55 +01:00
Update ControlGroup.java
cp5
This commit is contained in:
parent
ce9b919750
commit
4eadb2236d
@ -56,7 +56,7 @@ public class ControlGroup< T extends ControlGroup< T > > extends ControllerGroup
|
||||
*/
|
||||
public ControlGroup( ControlP5 theControlP5 , String theName ) {
|
||||
this( theControlP5 , theControlP5.getDefaultTab( ) , theName , 0 , 0 , 100 , 9 );
|
||||
cp5.register( theControlP5.papplet , theName , this );
|
||||
cp5.register( cp5.papplet , theName , this );
|
||||
}
|
||||
|
||||
public ControlGroup( ControlP5 theControlP5 , ControllerGroup< ? extends ControllerGroup< ? > > theParent ,
|
||||
|
Loading…
Reference in New Issue
Block a user