Update of /cvsroot/playerstage/code/stage/libstageplugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31534/libstageplugin

Modified Files:
      Tag: opengl
        p_simulation.cc 
Log Message:
checking in opengl branch for last time before shifting to head

Index: p_simulation.cc
===================================================================
RCS file: /cvsroot/playerstage/code/stage/libstageplugin/Attic/p_simulation.cc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** p_simulation.cc     14 Jan 2008 22:35:46 -0000      1.1.2.5
--- p_simulation.cc     14 Jan 2008 22:37:58 -0000      1.1.2.6
***************
*** 128,133 ****
    // steal the global clock - a bit aggressive, but a simple approach
  
!   //  if( GlobalTime ) delete GlobalTime;
!   //assert( (GlobalTime = new StgTime( driver ) ));
    
    // start the simulation
--- 128,133 ----
    // steal the global clock - a bit aggressive, but a simple approach
  
!   if( GlobalTime ) delete GlobalTime;
!   assert( (GlobalTime = new StTime( driver ) ));
    
    // start the simulation


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to