Revision: 6764
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6764&view=rev
Author:   jeremy_asher
Date:     2008-07-04 15:10:13 -0700 (Fri, 04 Jul 2008)

Log Message:
-----------
Temporary change to show laser data while paused

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

Modified: code/stage/trunk/libstage/model_laser.cc
===================================================================
--- code/stage/trunk/libstage/model_laser.cc    2008-07-04 22:05:58 UTC (rev 
6763)
+++ code/stage/trunk/libstage/model_laser.cc    2008-07-04 22:10:13 UTC (rev 
6764)
@@ -313,7 +313,7 @@
        glPushMatrix();
        
   // we only regenerate the list if there's new data
-  if( data_dirty )
+  if( 1 /* (temp hack) data_dirty*/ )
     {      
       data_dirty = false;
 
@@ -387,7 +387,7 @@
 
                //glDisableClientState( GL_VERTEX_ARRAY );           
       glEndList();
-    }
+    } // end if ( data_dirty )
   
   glCallList( data_dl );
            


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

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to