File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ static PFNGLVERTEXATTRIBDIVISOREXTPROC glVertexAttribDivisor = NULL;
1065
1065
static void rlLoadShaderDefault (void ); // Load default shader
1066
1066
static void rlUnloadShaderDefault (void ); // Unload default shader
1067
1067
#if defined(RLGL_SHOW_GL_DETAILS_INFO )
1068
- static char * rlGetCompressedFormatName (int format ); // Get compressed format official GL identifier name
1068
+ static const char * rlGetCompressedFormatName (int format ); // Get compressed format official GL identifier name
1069
1069
#endif // RLGL_SHOW_GL_DETAILS_INFO
1070
1070
#endif // GRAPHICS_API_OPENGL_33 || GRAPHICS_API_OPENGL_ES2
1071
1071
@@ -4690,7 +4690,7 @@ static void rlUnloadShaderDefault(void)
4690
4690
4691
4691
#if defined(RLGL_SHOW_GL_DETAILS_INFO )
4692
4692
// Get compressed format official GL identifier name
4693
- static char * rlGetCompressedFormatName (int format )
4693
+ static const char * rlGetCompressedFormatName (int format )
4694
4694
{
4695
4695
switch (format )
4696
4696
{
You can’t perform that action at this time.
0 commit comments