summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
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 0712a6e8..27b85e86 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -255,7 +255,7 @@ typedef RenderTexture RenderTexture2D;
// N-Patch layout info
typedef struct NPatchInfo {
- Rectangle sourceRec; // Region in the texture
+ Rectangle source; // Region in the texture
int left; // left border offset
int top; // top border offset
int right; // right border offset