Revision: 7330
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7330&view=rev
Author:   rtv
Date:     2009-02-13 07:12:04 +0000 (Fri, 13 Feb 2009)

Log Message:
-----------
disabled accumulation buffer use for the time being

Modified Paths:
--------------
    code/stage/trunk/libstage/canvas.cc

Modified: code/stage/trunk/libstage/canvas.cc
===================================================================
--- code/stage/trunk/libstage/canvas.cc 2009-02-13 07:10:11 UTC (rev 7329)
+++ code/stage/trunk/libstage/canvas.cc 2009-02-13 07:12:04 UTC (rev 7330)
@@ -99,8 +99,8 @@
   setDirtyBuffer();
        
   // enable accumulation buffer
-  mode( mode() | FL_ACCUM );
-  assert( can_do( FL_ACCUM ) );
+  //mode( mode() | FL_ACCUM );
+  //assert( can_do( FL_ACCUM ) );
 }
 
 void Canvas::InitGl()


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to