fix a bug and storing a bool as a float

This commit is contained in:
2012-05-17 18:55:34 +00:00
parent 82e45dd275
commit db46f9b552
2 changed files with 2 additions and 2 deletions

View File

@@ -5824,7 +5824,7 @@ void flushTransTracking(TransInfo *t)
/* * masking * */
typedef struct TransDataMasking{
float is_handle;
int is_handle;
float handle[2], orig_handle[2];
float vec[3][3];