Hi Dirk,
sometimes ago I posted a bug fix for findExtendActor AND findBasicActor
(in OSGNewActionBase.cpp).
You fixed findExtendActor, but not findBasicActor :-(
Could you please fix it in the CVS, as it is really annoying
Index: OSGNewActionBase.cpp
===================================================================
RCS file:
/cvsroot/opensg/OpenSG/Source/Experimental/NewAction/OSGNewActionBase.cpp,v
retrieving revision 1.3
diff -r1.3 OSGNewActionBase.cpp
342,343c342,345
< if(*itActors == pActor)
< found = true;
---
> if(*itActors == pActor) {
> found = true;
> break;
> }
Thanks,
Christoph
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users