Fix autopilot typo

This commit is contained in:
Inori 2019-10-23 00:46:00 -04:00 committed by Inori
parent 2432aec97f
commit 0b3c49f074

View file

@ -77,7 +77,7 @@ int rgssThreadFun(void *userdata)
RGSSThreadData *threadData = static_cast<RGSSThreadData*>(userdata);
#ifndef __APPLE__
threadData->glContext = initGL(threadData->window, threadData->glContext);
threadData->glContext = initGL(threadData->window, threadData->config);
#else
SDL_GL_MakeCurrent(threadData->window, threadData->glContext);
#endif