This commit is contained in:
Jonas Kulla 2014-05-21 18:08:31 +02:00
parent e74f889bc5
commit d09f4a1bae
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ setupOptionalGLExtensions(RGSSThreadData* threadData)
{ {
if (!GLEW_APPLE_vertex_array_object) if (!GLEW_APPLE_vertex_array_object)
{ {
rgssThreadError(threadData, "GL extensions \"GL_ARB_vertex_array_object\" or compatible extensiosn GL_APPLE_vertex_array_object are not present"); rgssThreadError(threadData, "GL extensions \"GL_ARB_vertex_array_object\" or compatible extensions GL_APPLE_vertex_array_object are not present");
return false; return false;
} }
else else