diff options
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 51565421..020af527 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -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 |
