Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 11:09:15 PM (19 years ago)
Author:
patrick
Message:

cd: changed the cd interface again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/current_cd/src/lib/collision_detection/obb_tree.h

    r6911 r6922  
    3434    inline const int getID() { return ++this->id;}
    3535    /** returns the root node of the bounding volume tree @return reference to the root node */
    36     inline const OBBTreeNode* getRootNode() const { return this->rootNode; }
     36    inline OBBTreeNode* getRootNode() const { return this->rootNode; }
    3737
    3838    void debug();
Note: See TracChangeset for help on using the changeset viewer.