mirror of https://github.com/encounter/SDL.git
Fixed a comment in two test programs.
This commit is contained in:
parent
cbe19d5378
commit
1446faf00e
|
@ -59,7 +59,7 @@ static int LoadContext(GL_Context * data)
|
||||||
return SDL_SetError("Couldn't load GL function %s: %s\n", #func, SDL_GetError()); \
|
return SDL_SetError("Couldn't load GL function %s: %s\n", #func, SDL_GetError()); \
|
||||||
} \
|
} \
|
||||||
} while ( 0 );
|
} while ( 0 );
|
||||||
#endif /* _SDL_NOGETPROCADDR_ */
|
#endif /* __SDL_NOGETPROCADDR__ */
|
||||||
|
|
||||||
#include "../src/render/opengl/SDL_glfuncs.h"
|
#include "../src/render/opengl/SDL_glfuncs.h"
|
||||||
#undef SDL_PROC
|
#undef SDL_PROC
|
||||||
|
|
|
@ -61,7 +61,7 @@ static int LoadContext(GLES2_Context * data)
|
||||||
return SDL_SetError("Couldn't load GLES2 function %s: %s\n", #func, SDL_GetError()); \
|
return SDL_SetError("Couldn't load GLES2 function %s: %s\n", #func, SDL_GetError()); \
|
||||||
} \
|
} \
|
||||||
} while ( 0 );
|
} while ( 0 );
|
||||||
#endif /* _SDL_NOGETPROCADDR_ */
|
#endif /* __SDL_NOGETPROCADDR__ */
|
||||||
|
|
||||||
#include "../src/render/opengles2/SDL_gles2funcs.h"
|
#include "../src/render/opengles2/SDL_gles2funcs.h"
|
||||||
#undef SDL_PROC
|
#undef SDL_PROC
|
||||||
|
|
Loading…
Reference in New Issue