diff options
| author | Ray <[email protected]> | 2015-10-24 11:19:04 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2015-10-24 11:19:04 +0200 |
| commit | 8c117cfb570874e726d6a24a4b85573e0c7b1669 (patch) | |
| tree | 310493344f775d6602461da23d553d9d1c67c2f2 /src/rlgl.c | |
| parent | f13b30d6060ce7541a7ef7f3074966c623128090 (diff) | |
| download | raylib-8c117cfb570874e726d6a24a4b85573e0c7b1669.tar.gz raylib-8c117cfb570874e726d6a24a4b85573e0c7b1669.zip | |
Reviewed NPOT messages and usage
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1028,7 +1028,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 not supported"); + else TraceLog(WARNING, "[EXTENSION] NPOT textures extension not found, NPOT textures support is limited (no-mipmaps, no-repeat"); #endif if (texCompDXTSupported) TraceLog(INFO, "[EXTENSION] DXT compressed textures supported"); |
