mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 18:29:49 +02:00
we obviously need the particle index
This commit is contained in:
@@ -212,7 +212,7 @@ struct particle
|
|||||||
float pavg[2];
|
float pavg[2];
|
||||||
int flags;
|
int flags;
|
||||||
int tmp;
|
int tmp;
|
||||||
void (*update_func) ();
|
void (*update_func) (int);
|
||||||
};
|
};
|
||||||
typedef struct particle particle;
|
typedef struct particle particle;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user