Changing the VarStruct name length messed up plugins, so changing back.
This commit is contained in:
@@ -46,7 +46,7 @@ typedef void (*SeqDoit)(void*, float, float, int, int,
|
||||
|
||||
typedef struct VarStruct {
|
||||
int type;
|
||||
char name[32];
|
||||
char name[16];
|
||||
float def, min, max;
|
||||
char tip[80];
|
||||
} VarStruct;
|
||||
|
||||
Reference in New Issue
Block a user