Fix a really stupid GLSL version parsing bug

This commit is contained in:
Chris Burgener
2016-08-17 19:20:24 -04:00
parent 40f4308dc2
commit da0204a85c
2 changed files with 8 additions and 11 deletions

View File

@ -55,7 +55,6 @@ struct VideoConfig
const char* gl_vendor;
const char* gl_renderer;
const char* gl_version;
const char* glsl_version;
s32 max_samples;
};