[Plib-cvs] plib/src/ssg ssgEntity.cxx,1.27,1.28
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-09-13 11:49:47
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1480/ssg Modified Files: ssgEntity.cxx Log Message: Using DirtyBSphere instead of just setting the flag. So, the BSphere of the parents is marked as dirty as well. Fix by Mr. John F Fay. Index: ssgEntity.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgEntity.cxx,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ssgEntity.cxx 13 Sep 2004 11:30:55 -0000 1.27 +++ ssgEntity.cxx 13 Sep 2004 11:49:36 -0000 1.28 @@ -429,7 +429,7 @@ int ssgEntity::load ( FILE *fd ) { - bsphere_is_invalid = TRUE ; + dirtyBSphere(); _ssgReadInt ( fd, &traversal_mask ) ; return ssgBase::load(fd) ; } |