Skip to content

Commit 49b5d9a

Browse files
committed
Fix up the revert of 0345d09
1 parent 22f14d5 commit 49b5d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/graphics/gropenglshader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ static char *opengl_load_shader(shader_type type_id, char *filename, int flags)
306306
SCP_string sflags;
307307

308308
#ifdef __APPLE__
309+
sflags += "#version 120\n";
309310
sflags += "#define APPLE\n";
310311
#endif
311312

0 commit comments

Comments
 (0)