Fix the "Mesa" string that was wrong for testing.

Actually fixes #608.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7695 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2009-06-08 14:18:35 +00:00 committed by Git SVN Gateway
parent b9b1a4bac7
commit 1dd96730f4
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ BOOL screenInitialise(
// Make OpenGL's VBO functions available under the core names for
// implementations that have them only as extensions, namely Mesa.
if (!strncmp((const char *)glGetString(GL_RENDERER), "Masa", 4))
if (!strncmp((const char *)glGetString(GL_RENDERER), "Mesa", 4))
{
debug(LOG_3D, "Using VBO extension functions under the core names.");
// GLee is usually initialized automatically when needed, but