Bugfix; 64 bits alignment error in vpaint. tsk to me!
This commit is contained in:
Ton Roosendaal 2009-01-10 17:38:29 +00:00
parent 619e5423fb
commit c6ed4b0c20
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ typedef struct VPaint {
float size; /* of brush */
float gamma, mul;
short mode, flag;
int tot, pad; /* allocation size of prev buffers */
int tot; /* allocation size of prev buffers */
unsigned int *vpaint_prev; /* previous mesh colors */
struct MDeformVert *wpaint_prev; /* previous vertex weights */