1
0
Fork 0

A patch from Mathias to fix the startup at a tile boundry problem.

This commit is contained in:
ehofman 2005-05-26 08:13:06 +00:00
parent 61b5efb772
commit b71b3af66c

View file

@ -469,7 +469,7 @@ void FGHitList::IntersectBranch( ssgBranch *branch, sgdMat4 m,
if ( first_time ) {
sgdTransposeNegateMat4( m_leaf, m );
sgdXformPnt3( orig_leaf, orig, m_leaf );
sgdXformPnt3( dir_leaf, dir, m_leaf );
sgdXformVec3( dir_leaf, dir, m_leaf );
first_time = 0;
}
// GLenum primType = ((ssgLeaf *)kid)->getPrimitiveType();