float to bool variable type, fixes: #2478
This commit is contained in:
parent
6637a86518
commit
4621d30d1b
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue