Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5924 in orxonox.OLD for branches/avi_play/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Dec 4, 2005, 11:37:49 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/avi_play: merged the Trunk back into the branche avi_play again

merged with command svn merge ../trunk/ avi_play/ -r5845:HEAD
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/lib/coord/p_node.cc

    r5819 r5924  
    428428
    429429  this->bias = bias;
     430  this->bRelDirChanged = true;
    430431}
    431432
     
    836837        glEnd();
    837838      }
     839
    838840      /* if we want to draw the children too */
    839841      if (depth == 0) /* -> all of them */
Note: See TracChangeset for help on using the changeset viewer.