Update of /cvsroot/gcblue/gcb_wx/src/graphics
In directory sc8-pr-cvs1:/tmp/cvs-serv25394/src/graphics
Modified Files:
Tag: v0_5_0
tcGraphicsEngine.cpp
Log Message:
flush stdout in tcGraphicsEngine init
Index: tcGraphicsEngine.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcGraphicsEngine.cpp,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -d -r1.12 -r1.12.2.1
*** tcGraphicsEngine.cpp 1 Jan 2004 23:44:46 -0000 1.12
--- tcGraphicsEngine.cpp 10 Jan 2004 21:57:35 -0000 1.12.2.1
***************
*** 773,776 ****
--- 773,778 ----
LogGLInfo();
LogPixelFormats();
+ fflush (stdout); // to log debug info before crash
+
if (!Is3DCapable())
{
|