float to bool variable type, fixes: #2478

This commit is contained in:
firefly2442 2015-10-18 19:49:30 -05:00
parent 6637a86518
commit 4621d30d1b

View file

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