diff options
| author | Archie <[email protected]> | 2022-01-10 22:55:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-10 23:55:21 +0100 |
| commit | 7b7424802f44f238deb0cd8998833ca4b954470f (patch) | |
| tree | d0ab501bc04c27b0ade00bd568c39ede96564473 /examples/shaders | |
| parent | 8db56cfc3b38302befee6dd178dd1a2cddf71f31 (diff) | |
| download | raylib-7b7424802f44f238deb0cd8998833ca4b954470f.tar.gz raylib-7b7424802f44f238deb0cd8998833ca4b954470f.zip | |
Fixes an error in the spelling of "appearance" (#2276)
Diffstat (limited to 'examples/shaders')
| -rw-r--r-- | examples/shaders/shaders_spotlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shaders/shaders_spotlight.c b/examples/shaders/shaders_spotlight.c index bdc2a0aa..e0a9ac5b 100644 --- a/examples/shaders/shaders_spotlight.c +++ b/examples/shaders/shaders_spotlight.c @@ -12,7 +12,7 @@ * ******************************************************************************************** * -* The shader makes alpha holes in the forground to give the apearance of a top +* The shader makes alpha holes in the forground to give the appearance of a top * down look at a spotlight casting a pool of light... * * The right hand side of the screen there is just enough light to see whats |
