Revision: 8269
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8269&view=rev
Author:   rtv
Date:     2009-09-29 04:23:54 +0000 (Tue, 29 Sep 2009)

Log Message:
-----------
attempted bugfix in Player fiducial - right this time

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

Modified: code/stage/trunk/libstageplugin/p_fiducial.cc
===================================================================
--- code/stage/trunk/libstageplugin/p_fiducial.cc       2009-09-29 03:57:54 UTC 
(rev 8268)
+++ code/stage/trunk/libstageplugin/p_fiducial.cc       2009-09-29 04:23:54 UTC 
(rev 8269)
@@ -64,7 +64,7 @@
        std::vector<ModelFiducial::Fiducial>& fids = 
                ((ModelFiducial*)mod)->GetFiducials();  
        
-       pdata.fiducials_count = count;
+       pdata.fiducials_count = fids.size();
 
        if( pdata.fiducials_count > 0 )
     {


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to