aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2016-02-03 19:01:16 +0100
committerRay <raysan5@gmail.com>2016-02-08 09:06:20 +0100
commit2ef9552454db2119e1e6df0999d77525dbc31609 (patch)
tree88d72bb5e1554829c05f8b9aaf7440002537e8c2 /src
parent6a392f0eb2f4a3126ea5de444116aad18f3c685f (diff)
downloadraylib-2ef9552454db2119e1e6df0999d77525dbc31609.tar.gz
raylib-2ef9552454db2119e1e6df0999d77525dbc31609.zip
WARNING message shortened
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index 6810cb4b..421dda02 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -981,7 +981,7 @@ void rlglInit(void)
else TraceLog(WARNING, "[EXTENSION] VAO extension not found, VAO usage not supported");
if (npotSupported) TraceLog(INFO, "[EXTENSION] NPOT textures extension detected, full NPOT textures supported");
- else TraceLog(WARNING, "[EXTENSION] NPOT textures extension not found, NPOT textures support is limited (no-mipmaps, no-repeat)");
+ else TraceLog(WARNING, "[EXTENSION] NPOT textures extension not found, limited NPOT support (no-mipmaps, no-repeat)");
#endif
if (texCompDXTSupported) TraceLog(INFO, "[EXTENSION] DXT compressed textures supported");