Removed unused particles pointer from particle edit data.

This commit is contained in:
Lukas Tönne
2015-01-14 16:06:24 +01:00
parent 2fe96f3f88
commit 8f9f55498e

View File

@@ -241,7 +241,6 @@ typedef struct PTCacheEdit {
/* particles stuff */
struct ParticleSystem *psys;
struct ParticleData *particles;
struct KDTree *emitter_field;
float *emitter_cosnos; /* localspace face centers and normals (average of its verts), from the derived mesh */
int *mirror_cache;