Revision: 8262
http://playerstage.svn.sourceforge.net/playerstage/?rev=8262&view=rev
Author: gerkey
Date: 2009-09-22 19:55:37 +0000 (Tue, 22 Sep 2009)
Log Message:
-----------
Applied Tully's fix to work around startup crash with certain graphics cards
Modified Paths:
--------------
code/stage/branches/stage-ros/libstage/main.cc
Modified: code/stage/branches/stage-ros/libstage/main.cc
===================================================================
--- code/stage/branches/stage-ros/libstage/main.cc 2009-09-22 17:50:26 UTC
(rev 8261)
+++ code/stage/branches/stage-ros/libstage/main.cc 2009-09-22 19:55:37 UTC
(rev 8262)
@@ -51,6 +51,7 @@
StgWorld* world = usegui ? new StgWorldGui(800, 700, argv[0]) : new
StgWorld();
+ world->Update();
world->Load( argv[argc-1] );
while( ! world->TestQuit() )
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