summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-06-22 20:14:44 +0200
committerRay <[email protected]>2021-06-22 20:14:44 +0200
commit7f2a071c5168daf0bf8c7ebbf73d75ba1833bb38 (patch)
tree8c7f14f5a839807b6a88b3612f7d3f0af2251a7c /src/raylib.h
parent2efb50cc63155af0e2ce8fbaf58aecc77b1b9485 (diff)
downloadraylib-7f2a071c5168daf0bf8c7ebbf73d75ba1833bb38.tar.gz
raylib-7f2a071c5168daf0bf8c7ebbf73d75ba1833bb38.zip
Formatting review
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
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