we obviously need the particle index
This commit is contained in:
parent
4220fd8e35
commit
fae101b1df
@ -212,7 +212,7 @@ struct particle
|
||||
float pavg[2];
|
||||
int flags;
|
||||
int tmp;
|
||||
void (*update_func) ();
|
||||
void (*update_func) (int);
|
||||
};
|
||||
typedef struct particle particle;
|
||||
|
||||
|
Reference in New Issue
Block a user