mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Fix autopilot typo
This commit is contained in:
parent
2432aec97f
commit
0b3c49f074
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue