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