mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: typo fix in info message
"Multsampling" to "Multisampling"
This commit is contained in:
parent
243efcd51a
commit
e7f088ef52
@ -198,7 +198,7 @@ bool egl_initialize(void * opaque, Uint32 * sdlFlags)
|
||||
if (maxSamples > 4)
|
||||
maxSamples = 4;
|
||||
|
||||
DEBUG_INFO("Multsampling enabled, max samples: %d", maxSamples);
|
||||
DEBUG_INFO("Multisampling enabled, max samples: %d", maxSamples);
|
||||
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
|
||||
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, maxSamples);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user