Skip to content

Commit 67c9f36

Browse files
seeing if this is the issue in actions
1 parent b274871 commit 67c9f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ int setAttributesWithVersion(int major, int minor){
103103
+ SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, major)
104104
+ SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, minor)
105105
+ SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1)
106-
+ SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 24)
106+
+ SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 16)
107107
+ SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1)
108108
+ SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 4)
109109
+ SDL_GL_SetAttribute(SDL_GL_ACCELERATED_VISUAL, 1);

0 commit comments

Comments
 (0)