Ignore:
Timestamp:
10/21/05 19:53:30 (19 years ago)
Author:
mattausch
Message:

fixed bug in chc when traversing node two times because of priority queue. left debug info in there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/chcdemo/HierarchyNode.cpp

    r74 r345  
    459459} 
    460460 
    461  
    462 float HierarchyNode::GetDistance() 
    463 { 
    464         return mDistance; 
    465 } 
    466  
    467  
    468461void HierarchyNode::SetDistance(float distance) 
    469462{ 
Note: See TracChangeset for help on using the changeset viewer.