aboutsummaryrefslogtreecommitdiff
path: root/src/textures.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2015-07-29 21:43:30 +0200
committerraysan5 <raysan5@gmail.com>2015-07-29 21:43:30 +0200
commit7834a4e2fc967e88bebb168ad63c8a28eb5e44eb (patch)
tree28547498ba26ab1b8b8f91298902d7b2d360c1d4 /src/textures.c
parent0b24330d8617f98533641e37027036fb90726f08 (diff)
downloadraylib-7834a4e2fc967e88bebb168ad63c8a28eb5e44eb.tar.gz
raylib-7834a4e2fc967e88bebb168ad63c8a28eb5e44eb.zip
Replaced old mail by twitter user
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index b7ab1f7e..8011ce3d 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -8,7 +8,7 @@
* stb_image - Multiple formats image loading (JPEG, PNG, BMP, TGA, PSD, GIF, PIC)
* NOTE: stb_image has been slightly modified, original library: https://github.com/nothings/stb
*
-* Copyright (c) 2014 Ramon Santamaria (Ray San - raysan@raysanweb.com)
+* Copyright (c) 2014 Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.