mirror of
https://github.com/Relintai/sfw.git
synced 2025-01-17 14:47:18 +01:00
GUI fix for osx.
This commit is contained in:
parent
97aa025aaf
commit
32820bd428
@ -77,8 +77,7 @@ void GUI::initialize() {
|
||||
|
||||
// Decide GL+GLSL versions
|
||||
#if defined(__APPLE__)
|
||||
// GL 3.2 + GLSL 150
|
||||
const char *glsl_version = "#version 150";
|
||||
const char *glsl_version = "#version 120";
|
||||
#else
|
||||
// GL ES 2.0 + GLSL 100
|
||||
const char *glsl_version = "#version 100";
|
||||
|
Loading…
Reference in New Issue
Block a user