- removed test and debug code.

# Conflicts:
#	src/gl/scene/gl_scenedrawer.h
This commit is contained in:
Christoph Oelckers 2018-04-03 00:53:45 +02:00 committed by drfrag
parent 60e667f732
commit 8669dbdcfe

View file

@ -1349,7 +1349,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
_CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF);
// Use this to break at a specific allocation number.
_crtBreakAlloc = 177312;
//_crtBreakAlloc = 177312;
#endif
DoMain (hInstance);