Cleanup: sculpt float -> bool

This commit is contained in:
Campbell Barton 2014-10-05 16:06:19 +02:00
parent 9241f12e10
commit 7fff7beac1
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ typedef struct StrokeCache {
float true_location[3];
float location[3];
float pen_flip;
float invert;
bool pen_flip;
bool invert;
float pressure;
float mouse[2];
float bstrength;