Formatting review

This commit is contained in:
Ray 2021-06-22 20:14:44 +02:00
parent 2efb50cc63
commit 7f2a071c51
4 changed files with 29 additions and 25 deletions

View file

@ -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