float to bool variable type, fixes: #2478
This commit is contained in:
parent
6637a86518
commit
4621d30d1b
@ -690,7 +690,7 @@ public:
|
|||||||
Rect2 rect;
|
Rect2 rect;
|
||||||
RID texture;
|
RID texture;
|
||||||
float margin[4];
|
float margin[4];
|
||||||
float draw_center;
|
bool draw_center;
|
||||||
Color color;
|
Color color;
|
||||||
CommandStyle() { draw_center=true; type = TYPE_STYLE; }
|
CommandStyle() { draw_center=true; type = TYPE_STYLE; }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user