Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -599,7 +599,8 @@ EditorPropertyFlags::EditorPropertyFlags() {
|
||||
///////////////////// LAYERS /////////////////////////
|
||||
|
||||
class EditorPropertyLayersGrid : public Control {
|
||||
GDCLASS(EditorPropertyLayersGrid, Control)
|
||||
GDCLASS(EditorPropertyLayersGrid, Control);
|
||||
|
||||
public:
|
||||
uint32_t value;
|
||||
Vector<Rect2> flag_rects;
|
||||
|
||||
Reference in New Issue
Block a user