Formatting review
This commit is contained in:
parent
2efb50cc63
commit
7f2a071c51
4 changed files with 29 additions and 25 deletions
|
@ -222,7 +222,7 @@ typedef struct Color {
|
|||
|
||||
// Rectangle, 4 components
|
||||
typedef struct Rectangle {
|
||||
float x; // Rectangle top-left corner position x
|
||||
float x; // Rectangle top-left corner position x
|
||||
float y; // Rectangle top-left corner position y
|
||||
float width; // Rectangle width
|
||||
float height; // Rectangle height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue