BACKENDS: Fix some comment typos
This commit is contained in:
parent
7fc8619534
commit
b53020f704
5 changed files with 16 additions and 17 deletions
|
@ -46,7 +46,7 @@ OpenGLSdlGraphicsManager::OpenGLSdlGraphicsManager(uint desktopWidth, uint deskt
|
|||
SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 16);
|
||||
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
|
||||
|
||||
// Setup proper SDL OpenGL context creation.
|
||||
// Set up proper SDL OpenGL context creation.
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
OpenGL::ContextType glContextType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue