Skip to content
Snippets Groups Projects
Commit 8bcdd105 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

I'll put this back in here, I guess.

parent 647107a2
No related branches found
No related tags found
1 merge request!724OpenGL shaders
......@@ -57,6 +57,15 @@
#undef DEBUG_TO_FILE // maybe defined in previous *.h
#define DEBUG_TO_FILE // output debugging msgs to ogllog.txt
// todo: find some way of getting SDL to log to ogllog.txt, without
// interfering with r_opengl.dll
#ifdef HAVE_SDL
#undef DEBUG_TO_FILE
#endif
//#if defined(HAVE_SDL) && !defined(_DEBUG)
//#undef DEBUG_TO_FILE
//#endif
#ifdef DEBUG_TO_FILE
extern FILE *gllogstream;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment