Skip to content

Commit

Permalink
Report GLSL 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed Jun 7, 2024
1 parent ab2081d commit e7ef4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/glimpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,8 +1308,8 @@ const GLubyte *glGetString(GLenum name)
glsl_vr[2] = version[2];
}
else {
glsl_vr[0] = '1';
glsl_vr[2] = '4';
glsl_vr[0] = '3';
glsl_vr[2] = '3';
}
}
}
Expand Down

0 comments on commit e7ef4af

Please sign in to comment.