Revision: 8261
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8261&view=rev
Author:   rtv
Date:     2009-09-22 17:50:26 +0000 (Tue, 22 Sep 2009)

Log Message:
-----------
partial fix for libstageplugin: there's still a problem with unsubscribing and 
resubscribing

Modified Paths:
--------------
    code/stage/trunk/libstageplugin/p_driver.cc

Modified: code/stage/trunk/libstageplugin/p_driver.cc
===================================================================
--- code/stage/trunk/libstageplugin/p_driver.cc 2009-09-20 07:27:21 UTC (rev 
8260)
+++ code/stage/trunk/libstageplugin/p_driver.cc 2009-09-22 17:50:26 UTC (rev 
8261)
@@ -577,7 +577,9 @@
                        switch( interface->addr.interf )
                                {
                                case PLAYER_SIMULATION_CODE:
-                                       world->Update();
+                                 //world->Update();
+                                 // one round of FLTK's update loop.
+                                 Fl::wait();
                                        break;
                                        
                                default:


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to