X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glstate.cpp;h=9c3d4d5120a7c8e0a50facae14ff312e8ab540b3;hb=ad60fd108d331796173ad54356855d9a2d0d87ba;hp=cac9f4e44a0d96cc9f7909f9b5f4379516133f00;hpb=fe806cb6c3a13071126f4eff4bcb8a28d8b0b777;p=apitrace diff --git a/glstate.cpp b/glstate.cpp index cac9f4e..9c3d4d5 100644 --- a/glstate.cpp +++ b/glstate.cpp @@ -54,7 +54,7 @@ Context::Context(void) { version[6] == ' ' && version[7] == 'E' && version[8] == 'S' && - version[9] == ' ') { + (version[9] == ' ' || version[9] == '-')) { ES = true; } }