From e114d194ae44cb72aa52954f4fdeb67805a2c7c6 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Thu, 2 Oct 2008 01:38:12 +0000 Subject: * Re-coded the point density range checking to be a bit cleaner, and not necessary to modify the BVH functions. --- source/blender/makesdna/DNA_texture_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_texture_types.h') diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h index 9c608302b22..95bacbbd4c6 100644 --- a/source/blender/makesdna/DNA_texture_types.h +++ b/source/blender/makesdna/DNA_texture_types.h @@ -144,8 +144,8 @@ typedef struct PointDensity { short pdpad2; void *point_tree; /* the acceleration tree containing points */ - //void *point_data; /* dynamically allocated extra for extra information, like particle age */ - //int pdpad3; + void *point_data; /* dynamically allocated extra for extra information, like particle age */ + int pdpad3[2]; } PointDensity; -- cgit v1.2.3