diff options
| author | raysan5 <raysan5@gmail.com> | 2015-07-29 21:43:30 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-07-29 21:43:30 +0200 |
| commit | 7834a4e2fc967e88bebb168ad63c8a28eb5e44eb (patch) | |
| tree | 28547498ba26ab1b8b8f91298902d7b2d360c1d4 /src/rlgl.c | |
| parent | 0b24330d8617f98533641e37027036fb90726f08 (diff) | |
| download | raylib-7834a4e2fc967e88bebb168ad63c8a28eb5e44eb.tar.gz raylib-7834a4e2fc967e88bebb168ad63c8a28eb5e44eb.zip | |
Replaced old mail by twitter user
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ * OpenGL 3.3+ - Vertex data is stored in VAOs, call rlglDraw() to render * OpenGL ES 2 - Same behaviour as OpenGL 3.3+ * -* 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. @@ -1468,7 +1468,7 @@ void rlglInitGraphics(int offsetX, int offsetY, int width, int height) // Possible options: GL_SMOOTH (Color interpolation) or GL_FLAT (no interpolation) #endif - TraceLog(INFO, "OpenGL Graphics initialized successfully"); + TraceLog(INFO, "OpenGL graphic device initialized successfully"); } // Get world coordinates from screen coordinates |
