aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2015-12-30 13:46:01 +0100
committerRay <raysan5@gmail.com>2015-12-30 13:46:01 +0100
commitb11cda959da6c8cbd3be4bd06273fa2e3110dff1 (patch)
tree8b7020b13b2c9cf88dac6490800a31103d2a4493 /examples
parent8c8e5bb7c86e4de6036ce2f8f9b00c2587268de4 (diff)
downloadraylib-b11cda959da6c8cbd3be4bd06273fa2e3110dff1.tar.gz
raylib-b11cda959da6c8cbd3be4bd06273fa2e3110dff1.zip
Update lighting_blinn_phong.c
Diffstat (limited to 'examples')
-rw-r--r--examples/lighting_blinn_phong.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/examples/lighting_blinn_phong.c b/examples/lighting_blinn_phong.c
index 46f95148..48949b03 100644
--- a/examples/lighting_blinn_phong.c
+++ b/examples/lighting_blinn_phong.c
@@ -2,20 +2,10 @@
*
* raylib [lighting] example - Basic Phong lighting
*
-* Welcome to raylib!
-*
-* To test examples, just press F6 and execute raylib_compile_execute script
-* Note that compiled executable is placed in the same folder as .c file
-*
-* You can find all basic examples on C:\raylib\raylib\examples folder or
-* raylib official webpage: www.raylib.com
-*
-* Enjoy using raylib. :)
-*
* This example has been created using raylib 1.3 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2015 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
@@ -187,4 +177,4 @@ int main()
//--------------------------------------------------------------------------------------
return 0;
-} \ No newline at end of file
+}