2.5 - Quick compiling fix for particles-animation commit earlier. For some reason, compilation was broke on some compilers.
This commit is contained in:
@@ -382,7 +382,7 @@ static void writedata(WriteData *wd, int filecode, int len, void *adr) /* do not
|
||||
/*These functions are used by blender's .blend system for file saving/loading.*/
|
||||
void IDP_WriteProperty_OnlyData(IDProperty *prop, void *wd);
|
||||
void IDP_WriteProperty(IDProperty *prop, void *wd);
|
||||
void write_animdata(WriteData *wd, AnimData *adt); // XXX code needs reshuffling, but not before NLA SoC is merged back into 2.5
|
||||
static void write_animdata(WriteData *wd, AnimData *adt); // XXX code needs reshuffling, but not before NLA SoC is merged back into 2.5
|
||||
|
||||
static void IDP_WriteArray(IDProperty *prop, void *wd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user