Merge pull request #2629 from firefly2442/float-to-bool

float to bool variable type, fixes: #2478
This commit is contained in:
Juan Linietsky 2015-11-18 19:17:29 -03:00
commit e82afd9c50

View File

@ -693,7 +693,7 @@ public:
Rect2 rect;
RID texture;
float margin[4];
float draw_center;
bool draw_center;
Color color;
CommandStyle() { draw_center=true; type = TYPE_STYLE; }
};