Rename src/debuglogger -> src/gl-debug
This commit is contained in:
parent
bc31922c33
commit
c1aab96454
5 changed files with 22 additions and 22 deletions
src
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include "sharedstate.h"
|
||||
#include "eventthread.h"
|
||||
#include "debuglogger.h"
|
||||
#include "gl-debug.h"
|
||||
#include "debugwriter.h"
|
||||
#include "exception.h"
|
||||
#include "gl-fun.h"
|
||||
|
@ -105,7 +105,7 @@ int rgssThreadFun(void *userdata)
|
|||
|
||||
SDL_GL_SetSwapInterval(threadData->config.vsync ? 1 : 0);
|
||||
|
||||
DebugLogger dLogger;
|
||||
GLDebugLogger dLogger;
|
||||
|
||||
/* Setup AL context */
|
||||
ALCdevice *alcDev = alcOpenDevice(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue